diff --git a/.circleci/config.yml b/.circleci/config.yml index 442afee..1512803 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: executors: python: docker: - - image: python:3.11.9 + - image: python:3.12.3 resource_class: small workflows: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5f7529e..a5f665e 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.11 + python: python3.12 repos: - repo: https://github.com/pre-commit/pre-commit-hooks