Skip to content

Commit

Permalink
ah, we need version check logic instead, great...
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Dec 4, 2024
1 parent d8cc3e4 commit 7312b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8","3.9", "3.10", "3.11", "3.12"]
runs-on: ${{matrix.platform}}
steps:
- name: Checkout
Expand Down

0 comments on commit 7312b31

Please sign in to comment.