We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa744e commit 6019ba0Copy full SHA for 6019ba0
.github/workflows/python-package.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
os: [ubuntu-latest]
19
- python-version: ["3.10","3.11", "3.12"]
+ python-version: ["3.10","3.11", "3.12", "3.13"]
20
steps:
21
- uses: actions/checkout@v2
22
- name: Set up Python ${{ matrix.python-version }}
0 commit comments