Skip to content

Commit

Permalink
Merge pull request #328 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Run tests on Python 3.12
  • Loading branch information
mnot authored Oct 20, 2023
2 parents 9279047 + cfe2c7a commit c7a3fb5
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 @@ -13,11 +13,11 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
submodules: "true"
- uses: actions/setup-node@v3
with:
node-version: "16.x"
Expand Down

0 comments on commit c7a3fb5

Please sign in to comment.