Skip to content

Commit 9c5fac1

Browse files
bennr01cclauss
andauthored
Add py 3.10 to test matrix
See discussion in #463 Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 8d9e5a3 commit 9c5fac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-code-and-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python-version: ["2.7", "3.6"] # TODO: Add for Pythonista v3.4 -- , "3.10"
27+
python-version: ["2.7", "3.6", "3.10"]
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v3

0 commit comments

Comments
 (0)