Skip to content

Commit

Permalink
Add Python 3.12 to test envs.
Browse files Browse the repository at this point in the history
  • Loading branch information
edtechre committed Mar 26, 2024
1 parent 7613ae3 commit 25a49e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"

- name: Install tox
run: python -m pip install tox
Expand All @@ -28,7 +28,7 @@ jobs:

- uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"

- name: Install tox
run: python -m pip install tox
Expand All @@ -44,7 +44,7 @@ jobs:

- uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"

- name: Install tox
run: python -m pip install tox
Expand All @@ -58,6 +58,8 @@ jobs:
strategy:
matrix:
python:
- version: "3.12"
toxenv: "py312"
- version: "3.11"
toxenv: "py311"
- version: "3.10"
Expand Down Expand Up @@ -85,7 +87,7 @@ jobs:

- uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"

- name: Install build
run: python -m pip install build
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"

- name: Install tox
run: python -m pip install tox
Expand All @@ -29,7 +29,7 @@ jobs:

- uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"

- name: Install tox
run: python -m pip install tox
Expand All @@ -45,7 +45,7 @@ jobs:

- uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"

- name: Install tox
run: python -m pip install tox
Expand All @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
python:
- version: "3.11"
- version: "3.12"
toxenv: "py311"
- version: "3.10"
toxenv: "py310"
Expand All @@ -86,7 +86,7 @@ jobs:

- uses: actions/[email protected]
with:
python-version: "3.11"
python-version: "3.12"

- name: Install build
run: python -m pip install build
Expand Down

0 comments on commit 25a49e8

Please sign in to comment.