We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4b532 commit df775a5Copy full SHA for df775a5
1 file changed
.github/workflows/python-app.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
17
steps:
18
- uses: actions/checkout@v3
19
- name: Set up Python ${{ matrix.python-version }}
0 commit comments