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 6c25c01 commit 5d739ee
Show file tree
Hide file tree
Showing 6 changed files with 1,037 additions and 910 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: Linting

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

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: PyPI Release

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

on:
push:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- name: Which Python3
run: which python
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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 @@ -50,7 +50,7 @@ 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"
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"python.analysis.typeCheckingMode": "off",
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"editor.snippetSuggestions": "bottom",
"editor.suggest.filterGraceful": true,
Expand Down
Loading

0 comments on commit 5d739ee

Please sign in to comment.