Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5f055a

Browse files
committedMay 20, 2021
Try testing on Python 3.10
1 parent e5fdae2 commit a5f055a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
python: [3.6, 3.8, 3.9]
9+
python: [3.6, 3.9, '3.10.0-alpha - 3.10.99']
1010
platform: [ubuntu-latest, macos-latest, windows-latest]
1111
runs-on: ${{ matrix.platform }}
1212
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.