diff --git a/.circleci/config.yml b/.circleci/config.yml index ac95ee1..75befff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: executors: python: docker: - - image: python:3.12.7 + - image: python:3.13.0 resource_class: small workflows: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ede220..9d40f91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: autoupdate_commit_msg: 'chore(deps): bump pre-commit linter versions' default_language_version: - python: python3.12 + python: python3.13 repos: - repo: https://github.com/pre-commit/pre-commit-hooks