Thanks to visit codestin.com Credit goes to github.com
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 1176823 commit c748889Copy full SHA for c748889
1 file changed
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
fail-fast: false
23
matrix:
24
os: [ubuntu-latest]
25
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14-dev"]
26
27
steps:
28
- name: Checkout
0 commit comments