Skip to content

Commit

Permalink
Ref #406: align all Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Oct 4, 2023
1 parent 9abd7b6 commit a78504d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:

unit_test:
docker:
- image: cimg/python:3.11.2
- image: cimg/python:3.12
- image: cimg/postgres:12.8
environment:
POSTGRES_DB: testdb
Expand All @@ -251,7 +251,7 @@ jobs:

lint_format:
docker:
- image: cimg/python:3.11.2
- image: cimg/python:3.12
steps:
- checkout
- restore_cache: *restore_deps_cache
Expand All @@ -262,7 +262,7 @@ jobs:

docs_test:
docker:
- image: cimg/python:3.11.2
- image: cimg/python:3.12
steps:
- checkout
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.11"
python: "3.12"
jobs:
post_create_environment:
- pip install poetry
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ license = "MPL"
readme = "README.rst"

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.12"
canonicaljson-rs = "0.5.0"
cryptography = "41.0.4"
ecdsa = "0.18.0"
Expand Down

0 comments on commit a78504d

Please sign in to comment.