Skip to content

Commit bfdd8af

Browse files
committed
Include Python 3.10 and 3.11 in tests
1 parent d3ba918 commit bfdd8af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
15-
python-version: [3.6, 3.7, 3.8, 3.9]
15+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
1616

1717
steps:
1818
- uses: actions/checkout@v3

.github/workflows/dist-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-20.04
5151
strategy:
5252
matrix:
53-
python-version: [3.6, 3.7, 3.8, 3.9]
53+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
5454
dist-type: [sdist, wheel]
5555
fail-fast: false
5656

0 commit comments

Comments
 (0)