Skip to content

Commit cd3fd35

Browse files
committed
bump python version in tests
1 parent ccf2844 commit cd3fd35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: setup-python
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: "3.10"
18+
python-version: "3.11"
1919

2020
- name: Install Poetry
2121
uses: snok/install-poetry@v1

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: true
3434
matrix:
35-
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
35+
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
3636
runs-on: "ubuntu-latest"
3737
steps:
3838
#----------------------------------------------

0 commit comments

Comments
 (0)