Skip to content

Commit fde8c6b

Browse files
committed
also test on and package for Python 3.10
1 parent 3f6bb01 commit fde8c6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
python-version: [3.6, 3.7, 3.8, 3.9]
13+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
1414
os: [ubuntu-latest, macOS-latest, windows-latest]
1515

1616
steps:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
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"]
1616
os: [ubuntu-latest]
1717

1818
steps:

0 commit comments

Comments
 (0)