Skip to content

Commit

Permalink
build: add 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed May 24, 2024
1 parent 97960b2 commit 186d6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13-dev"]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 186d6ac

Please sign in to comment.