Skip to content

Commit

Permalink
try updating the test ci configuration to match supported python vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
exarkun committed Oct 24, 2023
1 parent f2d7d29 commit 811c709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
- "ubuntu-22.04"
- "windows-2022"
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "pypy-3.7"
- "3.12"
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"

steps:

Expand Down

0 comments on commit 811c709

Please sign in to comment.