Skip to content

Commit 0d5da11

Browse files
committed
fix build
1 parent 2ddda2a commit 0d5da11

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/tag.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
matrix:
1515
python-version:
1616
- 2.7
17-
- 3.6
1817
- 3.7
1918
- 3.8
2019
- 3.9
20+
- "3.10"
21+
- 3.11
2122

2223
steps:
2324
- uses: actions/checkout@v1
@@ -43,10 +44,10 @@ jobs:
4344
steps:
4445
- uses: actions/checkout@master
4546

46-
- name: Set up Python 3.9
47+
- name: Set up Python 3.11
4748
uses: actions/setup-python@v1
4849
with:
49-
python-version: 3.9
50+
python-version: 3.11
5051

5152
- name: Install pypa/build
5253
run: python -m pip install build --user

0 commit comments

Comments
 (0)