Skip to content

Commit 93e2195

Browse files
michaelosthegeaseyboldt
authored andcommitted
Upgrade Python versions in CI
1 parent fa067e8 commit 93e2195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: ["ubuntu-latest", "windows-latest"]
17-
python-version: [3.7, 3.8, 3.9]
17+
python-version: ["3.8", "3.9", "3.10"]
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
with:
2121
path: "sunode"
2222
- name: Install miniconda

0 commit comments

Comments
 (0)