Skip to content

Commit

Permalink
Update build-tests.yml
Browse files Browse the repository at this point in the history
Remove outdated Python versions, add the current ones
  • Loading branch information
JuryA committed Oct 29, 2023
1 parent caa2a34 commit ad09368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 4
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]

steps:
- uses: actions/checkout@v3.1.0
Expand Down

0 comments on commit ad09368

Please sign in to comment.