Skip to content

Commit 58fc18c

Browse files
authored
Merge pull request #92 from jschlyter/python310
build with 3.10 release
2 parents 8edbcf7 + 898c722 commit 58fc18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- "3.7"
1515
- "3.8"
1616
- "3.9"
17-
- "3.10.0-rc.2"
17+
- "3.10"
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)