Skip to content

Commit 8bce012

Browse files
committed
Github workflow: run on 3.10 instead of 3.7
1 parent b9a3ecc commit 8bce012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
# Run in all these versions of Python
10-
python-version: [3.7, 3.8, 3.9]
10+
python-version: [3.8, 3.9, 3.10]
1111

1212
steps:
1313
# Checkout the latest code from the repo

0 commit comments

Comments
 (0)