Skip to content

Commit

Permalink
DX: switch to Python 3.12 as developer version
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 7, 2024
1 parent 58d1adb commit ace7c07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
hooks:
- id: check-dev-files
args:
- --dev-python-version=3.10
- --dev-python-version=3.12
- --no-github-actions
- --no-gitpod
- --no-prettierrc
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: strong2020-salamanca
dependencies:
- python==3.10.*
- python==3.12.*
- pip
- pip:
- -c .constraints/py3.10.txt -e .[dev]
- -c .constraints/py3.12.txt -e .[dev]
variables:
PRETTIER_LEGACY_CLI: "1"

0 comments on commit ace7c07

Please sign in to comment.