Skip to content

Add support for Python 3.11#1379

Merged
edmorley merged 2 commits intomainfrom
python-3.11
Oct 25, 2022
Merged

Add support for Python 3.11#1379
edmorley merged 2 commits intomainfrom
python-3.11

Conversation

@edmorley
Copy link
Copy Markdown
Member

@edmorley edmorley commented Oct 24, 2022

https://blog.python.org/2022/10/python-3110-is-now-available.html
https://www.python.org/downloads/release/python-3110/

The default Python version remains unchanged (at 3.10.x) for now.

Note: Pipenv emits a RuntimeWarning on Python 3.11 which is coming from its vendored copy of attr. This was fixed in attr v22.1:
python-attrs/attrs@a18b395

However pipenv currently uses an older attr:
https://github.com/pypa/pipenv/blob/v2022.10.12/pipenv/vendor/vendor.txt#L2

Once there is a new pipenv release that includes an updated attr, we can update to it to prevent the warning in the logs.

GUS-W-10333186.

@edmorley edmorley marked this pull request as ready for review October 24, 2022 23:58
@edmorley edmorley requested a review from a team as a code owner October 24, 2022 23:58
@edmorley
Copy link
Copy Markdown
Member Author

$ make publish
Deploy as version: v222 [y/n]? y

Tagging commit 7dc6bdec681d0a57fa8399ca99f48b127e65053e with v222... 
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
To https://github.com/heroku/heroku-buildpack-python
 * [new tag]         v222 -> v222

Publishing to the buildpack registry...
Two-factor code: ********************************************
Publishing buildpack heroku/python... done
Publishing buildpack was successful

Version  Released At               Status
───────  ────────────────────────  ─────────
222      2022-10-25T08:25:42.979Z  published

https://devcenter.heroku.com/articles/python-support#supported-runtimes
https://devcenter.heroku.com/changelog-items/2489

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants