Skip to content

Commit

Permalink
Switch to Python 3.12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
reivilibre committed Nov 20, 2024
1 parent 921b34e commit 8ee9056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: matrix-org/setup-python-poetry@v1
with:
install-project: "false"
python-version: "3.11"
python-version: "3.12"

- run: poetry run tox -e check_codestyle

Expand All @@ -27,7 +27,7 @@ jobs:
uses: matrix-org/setup-python-poetry@v1
with:
install-project: "false"
python-version: "3.11"
python-version: "3.12"

- run: poetry run tox -e check_types

Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
- run: python -m pip install -e .
- run: python -m twisted.trial tests

Expand Down

0 comments on commit 8ee9056

Please sign in to comment.