Skip to content

Commit

Permalink
update to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nrlugg committed Nov 11, 2024
1 parent 49141e9 commit dc7d027
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
executors:
standard:
docker:
- image: circleci/python:3.8
- image: circleci/python:3.10
working_directory: "~/lib"

# -----------------
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pytest = "*"
pytest-mock = "*"

[requires]
python_version = "3.8"
python_version = "3.10"
Loading

0 comments on commit dc7d027

Please sign in to comment.