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