Skip to content

Commit

Permalink
chore: use python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Oct 16, 2024
1 parent 291cdc0 commit eec5d34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks

default_language_version:
python: python3.12
python: python3.13

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -24,7 +24,7 @@ repos:
rev: v3.18.0
hooks:
- id: pyupgrade
args: ["--py312-plus"]
args: ["--py313-plus"]
exclude: pep600_compliance/tools/calculate_symbol_versions.py

- repo: https://github.com/psf/black-pre-commit-mirror
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.13
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# No build-system here, used for tool configuration only

[tool.black]
target-version = ["py312"]
target-version = ["py313"]

[tool.isort]
profile = "black"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# nox -s update_requirements
Expand Down

0 comments on commit eec5d34

Please sign in to comment.