Skip to content

Commit a102454

Browse files
committed
Added Python 3.10 and 3.11 to CI testing
1 parent 40b8385 commit a102454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
13-
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"]
13+
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
1414

1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)