Skip to content

Commit 69b5d29

Browse files
committed
Migrate tests to Python 3.13
1 parent 6d366cb commit 69b5d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- uses: actions/setup-python@v1
1616
with:
17-
python-version: '3.7'
17+
python-version: '3.13'
1818
architecture: 'x64'
1919
- name: Install requirements
2020
run: |
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v1
3434
- uses: actions/setup-python@v1
3535
with:
36-
python-version: '3.7'
36+
python-version: '3.13'
3737
architecture: 'x64'
3838
- name: Install requirements
3939
run: |

0 commit comments

Comments
 (0)