Skip to content

Commit 442128b

Browse files
authored
Test against Python 3.10 (#398)
* Test against Python 3.10, 3.11 * Just Python 3.10 for now
1 parent 49a1717 commit 442128b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.9-dev"]
16+
python-version: ["3.8", "3.9", "3.10"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)