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 fcb4a60 commit 338474bCopy full SHA for 338474b
.github/workflows/test-integrations-common.yml
@@ -29,7 +29,7 @@ jobs:
29
strategy:
30
fail-fast: false
31
matrix:
32
- python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12","3.13"]
+ python-version: ["3.6","3.7","3.8","3.9","3.10","3.11","3.12","3.13","3.14"]
33
# python3.6 reached EOL and is no longer being supported on
34
# new versions of hosted runners on Github Actions
35
# ubuntu-20.04 is the last version that supported python3.6
0 commit comments