Skip to content

Commit caf961d

Browse files
authored
Update python dependencies (#276)
* increase minimum python version * bump circleci python version
1 parent 45ec91c commit caf961d

3 files changed

Lines changed: 1192 additions & 1106 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# You can specify an image from Dockerhub or use one of the convenience images from CircleCI's Developer Hub
1010
# A list of available CircleCI Docker convenience images are available here: https://circleci.com/developer/images/image/cimg/python
1111
docker:
12-
- image: cimg/python:3.11
12+
- image: cimg/python:3.12
1313

1414
steps:
1515
- checkout

0 commit comments

Comments
 (0)