We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2652e68 commit ee30d84Copy full SHA for ee30d84
.github/workflows/build-pipeline.yml
@@ -46,7 +46,7 @@ jobs:
46
needs: build
47
strategy:
48
matrix:
49
- python-version: ["3.10", "3.11", "3.12"]
+ python-version: ["3.10", "3.11", "3.12","3.13"]
50
steps:
51
- uses: actions/checkout@v4
52
- name: Set up Python ${{ matrix.python-version }}
0 commit comments