Skip to content

Commit a4472ac

Browse files
committed
Try python 3.10
1 parent 35001f8 commit a4472ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_accuracy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.9
18+
python-version: "3.10"
1919
cache: pip
2020
- name: Create and start a virtual environment
2121
run: |

.github/workflows/test_precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v3
5454
- uses: actions/setup-python@v4
5555
with:
56-
python-version: 3.9
56+
python-version: "3.10"
5757
cache: pip
5858
- name: Create and start a virtual environment
5959
run: |

0 commit comments

Comments
 (0)