We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd4536 commit 86d95e4Copy full SHA for 86d95e4
1 file changed
.github/workflows/pythonapp.yml
@@ -11,10 +11,10 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v2
14
- - name: Set up Python 3.8
+ - name: Set up Python 3.13
15
uses: actions/setup-python@v1
16
with:
17
- python-version: 3.8
+ python-version: 3.13
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
@@ -30,10 +30,10 @@ jobs:
30
31
32
33
34
35
36
37
38
39
@@ -48,7 +48,7 @@ jobs:
48
runs-on: ubuntu-latest
49
strategy:
50
matrix:
51
- python: [3.7, 3.8]
+ python: [3.12, 3.13]
52
53
54
0 commit comments