Skip to content

Commit

Permalink
Revert "[CI] upgrade Python 3.7 on Windows"
Browse files Browse the repository at this point in the history
This reverts commit 798f979.
  • Loading branch information
tttapa committed Aug 20, 2023
1 parent 024d7e0 commit efd5c8e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,12 @@ jobs:
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
include:
- python-version: '3.7'
python-patch: '.13 - 3.7.99'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: ${{ matrix.python-version }}${{ matrix.python-patch }}
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit efd5c8e

Please sign in to comment.