We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73b9f39 + 423bfb4 commit 6febcc9Copy full SHA for 6febcc9
1 file changed
.github/workflows/python-package.yml
@@ -16,8 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- python-version: ["3.9", "3.10", "3.11", "3.12"]
20
-
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
21
steps:
22
- uses: actions/checkout@v4
23
- name: Set up Python ${{ matrix.python-version }}
0 commit comments