Skip to content

Commit

Permalink
Add python 3.11 to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
IdoKendo committed Oct 25, 2022
1 parent a3031a4 commit 764e580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- name: Checkout sources
Expand All @@ -35,7 +35,7 @@ jobs:
run: tox

- name: upload coverage to Codecov
if: "matrix.python-version == '3.10'"
if: "matrix.python-version == '3.11'"
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"

- name: Install poetry and dependencies
run: |
Expand Down

0 comments on commit 764e580

Please sign in to comment.