Skip to content

Commit

Permalink
Add python 3.12 to test target
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr committed Oct 18, 2023
1 parent 1a557c4 commit 7de98d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
needs: [test, lint]
if: github.event_name == 'release'
env:
python_version_publish: "3.10"
python_version_publish: "3.12"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
matrix:
# Available versions:
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
python-version: ["3.10", "3.11", "pypy-3.7"]
python-version: ["3.10", "3.11", "3.12", "pypy-3.7"]
runs-on: [ubuntu-latest]
include:
- python-version: "3.9"
Expand All @@ -69,7 +69,7 @@ jobs:
- python-version: "3.5"
runs-on: ubuntu-20.04
env:
python_version_codecov: "3.11"
python_version_codecov: "3.12"
runs-on: ${{ matrix.runs-on }}
steps:
- name: Checkout
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
env:
python_version_lint: "3.10"
python_version_lint: "3.12"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 7de98d1

Please sign in to comment.