Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade python v3.11 #6627

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# use `-browsers` prefix for selenium tests, e.g. `<image_name>-browsers`

# Python
- image: cimg/python:3.10-browsers
- image: cimg/python:3.11-browsers
environment:
TZ: America/New_York
DATABASE_URL: postgres://[email protected]/cfdm_cms_test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ run into problems please
### Project prerequisites
1. Ensure you have the following requirements installed:

* Python (the latest 3.10 release, which includes `pip` and and a built-in version of `virtualenv` called `venv`).
* Python (the latest 3.11 release, which includes `pip` and and a built-in version of `virtualenv` called `venv`).
* The latest long term support (LTS) or stable release of Node.js (which
includes `npm`).
* PostgreSQL (the latest 15 release).
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ django-utils-six==2.0 # pinning until other packages support Django 3.x


# Development
invoke==0.15.0
invoke==2.2.0
GitPython==3.1.41
requests-mock==1.3.0
pdbpp==0.9.1
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.10.x
python-3.11.x