We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336a973 commit b719fc9Copy full SHA for b719fc9
.github/workflows/python.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-20.04
25
strategy:
26
matrix:
27
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
28
steps:
29
- uses: actions/checkout@v3
30
- name: Install requirements
0 commit comments