Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit fb5d557

Browse files
committed
update gh actions py versions as well
1 parent 01eedcd commit fb5d557

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: "run tox"
1111
strategy:
1212
matrix:
13-
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
13+
python-version: [3.8, 3.9, "3.10", 3.11]
1414

1515
steps:
1616
- uses: actions/checkout@v3
@@ -35,7 +35,7 @@ jobs:
3535
- uses: "actions/checkout@v3"
3636
- uses: "actions/setup-python@v4"
3737
with:
38-
python-version: "3.8"
38+
python-version: "3.11"
3939

4040
- name: "Install pep517 and twine"
4141
run: "python -m pip install pep517 twine"

0 commit comments

Comments
 (0)