Skip to content

Commit 353947c

Browse files
committed
Move tests to Python 3.12
1 parent 69b5d29 commit 353947c

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.13'
17+
python-version: '3.12'
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.13'
36+
python-version: '3.12'
3737
architecture: 'x64'
3838
- name: Install requirements
3939
run: |

0 commit comments

Comments
 (0)