Skip to content

Commit

Permalink
MAINT: Drop py3.9, add py3.12 (#121)
Browse files Browse the repository at this point in the history
* MAINT: Drop py3.9, add py3.12

* use 3.12 image for circleci
  • Loading branch information
MridulS authored Nov 7, 2023
1 parent cfe9dd6 commit 2cf3c28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build-docs:
working_directory: ~/repo
docker:
- image: cimg/python:3.9.2
- image: cimg/python:3.12.0

steps:
- checkout
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
deploy-docs:
working_directory: ~/repo
docker:
- image: cimg/python:3.9.2
- image: cimg/python:3.12.0

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
max-parallel: 12
matrix:
os: [Ubuntu-22.04, macOS-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2cf3c28

Please sign in to comment.