Skip to content

Commit c6855ab

Browse files
authored
👷‍♂️ Fix the build, 3.5 is dead.
1 parent 02cf254 commit c6855ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: "ubuntu-latest"
1717
strategy:
1818
matrix:
19-
python-version: ["3.5", "3.6", "3.7", "3.8"]
19+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
2020

2121
steps:
2222
- uses: "actions/checkout@v2"
@@ -41,7 +41,7 @@ jobs:
4141
- uses: "actions/checkout@v2"
4242
- uses: "actions/setup-python@v1"
4343
with:
44-
python-version: "3.8"
44+
python-version: "3.11"
4545

4646
- name: "Install pep517 and twine"
4747
run: "python -m pip install pep517 twine"
@@ -64,7 +64,7 @@ jobs:
6464
- uses: "actions/checkout@v2"
6565
- uses: "actions/setup-python@v1"
6666
with:
67-
python-version: "3.8"
67+
python-version: "3.11"
6868
- name: "Install in dev mode"
6969
run: "python -m pip install -e .[dev]"
7070
- name: "Import package"

0 commit comments

Comments
 (0)