We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc31f0 commit 9695b97Copy full SHA for 9695b97
1 file changed
.github/workflows/code_quality.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: [ubuntu-latest, windows-latest, macos-latest]
21
- python-version: ['3.9', '3.10', '3.11', '3.12']
+ python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
22
uses: OpenJobDescription/.github/.github/workflows/reusable_python_build.yml@mainline
23
with:
24
os: ${{ matrix.os }}
0 commit comments