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 f347e0a commit 0b3b8d1Copy full SHA for 0b3b8d1
.github/workflows/python.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
24
- python-version: ['3.10', '3.11', '3.12', '3.13']
+ python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
25
26
steps:
27
- uses: actions/checkout@v4
0 commit comments