Skip to content

Commit 502ab01

Browse files
authored
Include python 3.10 in CI (HunterMcGushion#92)
1 parent 595a784 commit 502ab01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [macos-latest, windows-latest, ubuntu-latest]
33-
python-version: [3.6, 3.7, 3.8, 3.9]
33+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
3434

3535
steps:
3636
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)