Skip to content

Commit 86d95e4

Browse files
committed
Bump Python versions in CI
1 parent bbd4536 commit 86d95e4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up Python 3.8
14+
- name: Set up Python 3.13
1515
uses: actions/setup-python@v1
1616
with:
17-
python-version: 3.8
17+
python-version: 3.13
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
@@ -30,10 +30,10 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v2
33-
- name: Set up Python 3.8
33+
- name: Set up Python 3.13
3434
uses: actions/setup-python@v1
3535
with:
36-
python-version: 3.8
36+
python-version: 3.13
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
strategy:
5050
matrix:
51-
python: [3.7, 3.8]
51+
python: [3.12, 3.13]
5252

5353
steps:
5454
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)