We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39f259 commit 6e7881eCopy full SHA for 6e7881e
1 file changed
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
15
strategy:
16
matrix:
17
- 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']
18
19
steps:
20
- uses: actions/checkout@v4
0 commit comments