Skip to content

Commit

Permalink
add python3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artsmolin committed Oct 25, 2023
1 parent 3f7d0c5 commit bb4da85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests and Checks
name: tests
on: push

jobs:
Expand All @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [ "3.10", "3.11" ]
python-version: [ "3.10", "3.11", "3.12" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit bb4da85

Please sign in to comment.