We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14dc12 commit 40ebee0Copy full SHA for 40ebee0
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
strategy:
39
fail-fast: false
40
matrix:
41
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
42
steps:
43
- uses: actions/checkout@v4
44
- uses: ./.github/actions/python-poetry-env
0 commit comments