Skip to content

Commit

Permalink
Add Python 3.12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket authored Oct 7, 2023
1 parent fb7e7d0 commit cad049b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,13 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
wlroots-version: ["0.16.2"]
include:
- python-version: "3.11"
- python-version: "3.12"
wlroots-version: master
steps:
- name: Download wayland libraries
Expand Down Expand Up @@ -215,7 +216,7 @@ jobs:
name: mypy tests
runs-on: ubuntu-22.04
env:
python-version: "3.11"
python-version: "3.12"
steps:
- name: Install dependencies
run: |
Expand All @@ -242,7 +243,7 @@ jobs:
name: black tests
runs-on: ubuntu-22.04
env:
python-version: "3.11"
python-version: "3.12"
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand All @@ -260,7 +261,7 @@ jobs:
runs-on: ubuntu-22.04
needs: build-wayland
env:
python-version: "3.11"
python-version: "3.12"
wlroots-version: "0.16.2"
steps:
- name: Download wayland libraries
Expand Down Expand Up @@ -296,7 +297,7 @@ jobs:
runs-on: ubuntu-22.04
needs: build-wayland
env:
python-version: "3.11"
python-version: "3.12"
wlroots-version: "0.16.2"
steps:
- name: Download wayland libraries
Expand Down

0 comments on commit cad049b

Please sign in to comment.