Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
woutervh committed Nov 1, 2024
1 parent 9edd06f commit 9f08c1b
Show file tree
Hide file tree
Showing 4 changed files with 769 additions and 669 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Linting

env:
POETRY_VERSION: "1.4.0"
POETRY_VERSION: "1.8.4"

on:
pull_request:
Expand All @@ -25,10 +25,10 @@ jobs:
persist-credentials: false
fetch-depth: 0

- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"

- name: Set up Poetry
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
# https://github.com/pytest-dev/pytest/issues/7443
# https://github.com/actions/runner/issues/241
PY_COLORS: 1
POETRY_VERSION: "1.4.0"
POETRY_VERSION: "1.8.4"

on:
pull_request:
Expand Down Expand Up @@ -46,10 +46,10 @@ jobs:
# - "3.9"
- "3.10"
- "3.11"
- "3.12-dev"
- "3.12"
include:
# Run 3.12 tests with relaxed constraints
- python-version: "3.12-dev"
- python-version: "3.12"
relax: true # ??

steps:
Expand Down
Loading

0 comments on commit 9f08c1b

Please sign in to comment.