Skip to content

Commit 42c8160

Browse files
authored
ci: pin to Python 3.7.16 (#287)
See actions/setup-python#682 and fsspec/filesystem_spec#1295.
1 parent a5dc1d9 commit 42c8160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
max-parallel: 3
2525
matrix:
2626
os: [ubuntu-22.04, macos-11, windows-2019]
27-
pyv: ["3.7", "3.8", "3.9", "3.10"]
27+
pyv: ["3.7.16", "3.8", "3.9", "3.10"]
2828

2929
steps:
3030
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)