Skip to content

Commit 88ef147

Browse files
authored
Update ci.yml
1 parent a012eaa commit 88ef147

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- uses: actions/checkout@v2
2727

2828
# Setup Python
29-
- name: Set up Python 3.8
29+
- name: Set up Python 3.13
3030
uses: actions/setup-python@v1
3131
with:
32-
python-version: 3.8
32+
python-version: 3.13
3333

3434
# Runs a set of tests
3535
- name: test_example

0 commit comments

Comments
 (0)