Skip to content

Commit a4a3290

Browse files
committed
give up on python 3.7 for 3.10
1 parent eb5929d commit a4a3290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: true
2525
matrix:
2626
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
27-
python-version: ['3.7', '3.8', '3.9']
27+
python-version: ['3.8', '3.9', '3.10']
2828

2929
steps:
3030
- name: Check out

0 commit comments

Comments
 (0)