Skip to content

Commit

Permalink
Fix up CI/CD Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samcmill committed May 14, 2024
1 parent 6eb181b commit 31d5206
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
include:
- os: macos-latest
python-version: '3.5'
- os: macos-latest
python-version: '3.6'
- os: windows-latest
python-version: '3.5'
- os: windows-latest
Expand Down

0 comments on commit 31d5206

Please sign in to comment.