We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffe7dc commit 4e59d91Copy full SHA for 4e59d91
.circleci/config.yml
@@ -7,7 +7,7 @@ orbs:
7
executors:
8
python:
9
docker:
10
- - image: python:3.13.9
+ - image: python:3.14.0
11
resource_class: small
12
13
workflows:
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
autoupdate_commit_msg: 'chore(deps): bump pre-commit linter versions'
4
5
default_language_version:
6
- python: python3.13
+ python: python3.14
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments