Skip to content

Commit 8848a9f

Browse files
committed
update python versions for tests
conform to versions available in https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json selected the most recent at date of commit
1 parent 7c09d8d commit 8848a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
strategy:
4747
matrix:
48-
pyver: ["3.6", "3.7", "3.8", "3.9", "3.10"]
48+
pyver: ["3.6.15", "3.7.15", "3.8.16", "3.9.16", "3.10.10"]
4949
fail-fast: true
5050
steps:
5151
- name: Install deps

0 commit comments

Comments
 (0)