Skip to content

Commit f5b01dd

Browse files
committed
Try restricting suppoer to 3.10
Really, we need to make a matrix of tests here
1 parent 4cca15a commit f5b01dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
CONDA_PY:
23-
- 3.7
23+
- "3.10"
2424
steps:
2525
- uses: actions/checkout@v2
2626
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)