Skip to content

Commit c2e045a

Browse files
authored
Merge pull request #117 from radarhere/python310
Added Python 3.10
2 parents a8733e9 + 7cda7d8 commit c2e045a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ jobs:
1414
python-version: [
1515
"pypy3",
1616
"3.9",
17-
# Dependencies aren't installing on Python 3.10
18-
# because Wheel doesn't yet support it
19-
# and GitHub Actions doesn't have allow_failures
20-
# https://github.com/pypa/wheel/issues/354
21-
# "3.10-dev",
17+
"3.10",
2218
]
2319
os: [ubuntu-16.04]
2420

0 commit comments

Comments
 (0)