Skip to content

Commit

Permalink
Tests all supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Mar 28, 2024
1 parent 7fc59ac commit d6b4ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
max-parallel: 1 # Hinet doesn't allow parallel data request
fail-fast: false
matrix:
python-version: ["3.8", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
#python-version: ["3.8", "3.12"]
os: [macos-latest, ubuntu-latest]

steps:
Expand Down

0 comments on commit d6b4ac5

Please sign in to comment.