We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b3c21 commit ec54e94Copy full SHA for ec54e94
1 file changed
.github/workflows/python-app.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- python-version: ['3.9', '3.10', '3.11']
+ python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
21
steps:
22
- uses: actions/checkout@v4
23
- name: Set up Python ${{ matrix.python-version }}
0 commit comments