We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d7acc commit e2fc56aCopy full SHA for e2fc56a
1 file changed
.github/workflows/ci-cd.yml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ubuntu-latest
34
strategy:
35
matrix:
36
- python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
+ python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
37
steps:
38
- uses: actions/checkout@v4
39
- name: Set up Python ${{ matrix.python-version }}
0 commit comments