Skip to content

Commit 12ca4a7

Browse files
ci: Test with Python 3.10, 3.11
1 parent 29ea7e8 commit 12ca4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.7, 3.8, 3.9]
17+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1818

1919
steps:
2020
- uses: actions/checkout@v2
@@ -69,7 +69,7 @@ jobs:
6969
working-directory: ${{ github.workspace }}/tmp/sdist
7070

7171
- name: Publish package
72-
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags') && matrix.python-version == 3.9
72+
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags') && matrix.python-version == 3.11
7373
uses: pypa/[email protected]
7474
with:
7575
user: __token__

0 commit comments

Comments
 (0)