Skip to content

Commit

Permalink
update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
darjeeling committed Sep 28, 2024
1 parent 935a447 commit 694c1d2
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 @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.8", "pypy3.9"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8", "pypy3.9"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.8", "pypy3.9"]
python-version: ["3.8", "3.9", "3.10", "3.11","3.12", "pypy3.8", "pypy3.9"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 694c1d2

Please sign in to comment.