Skip to content

Commit 049607f

Browse files
committed
Add support for Python 3.10
1 parent 20f1d93 commit 049607f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.9
19+
python-version: '3.10'
2020
- name: Install dependencies
2121
run: |
2222
pip install --upgrade pip
@@ -32,7 +32,7 @@ jobs:
3232
max-parallel: 8
3333
matrix:
3434
os: [ubuntu-latest, macos-latest, windows-latest]
35-
python-version: [3.6, 3.7, 3.8, 3.9]
35+
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
3636

3737
steps:
3838
- name: Set up Python ${{ matrix.python-version }} x64

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v2
2323
with:
24-
python-version: 3.9
24+
python-version: '3.10'
2525

2626
- name: Install dependencies
2727
run: |

0 commit comments

Comments
 (0)