Skip to content
Open
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
4 changes: 3 additions & 1 deletion build/pkgs/exceptiongroup/version_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
exceptiongroup
# According to https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst,
# 1.20 provides a backport from Python 3.12.1
exceptiongroup >=1.2.0
4 changes: 2 additions & 2 deletions build/pkgs/importlib_metadata/version_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# According to https://pypi.org/project/importlib-metadata/,
# 4.13 provides the features of Python 3.11 importlib.metadata
importlib_metadata >=4.13; python_version<"3.11"
# 4.13 provides the features of Python 3.12 importlib.metadata
importlib_metadata >=6.5; python_version<"3.12"
1 change: 0 additions & 1 deletion build/pkgs/importlib_resources/distros/gentoo.txt

This file was deleted.

4 changes: 2 additions & 2 deletions build/pkgs/importlib_resources/version_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# According to https://pypi.org/project/importlib-resources/,
# version 5.7 provides the features of Python 3.11 importlib.resources
importlib_resources >= 5.7; python_version<"3.11"
# version 5.12 provides the features of Python 3.12 importlib.resources
importlib_resources >= 5.12; python_version<"3.12"
6 changes: 3 additions & 3 deletions build/pkgs/typing_extensions/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=typing_extensions-VERSION-py3-none-any.whl
sha1=84d6a73b5a5d303c9187a861d5eedd50da42e7a3
md5=9c84e613da80ced7a5e86329ec75dc6c
cksum=2951292774
sha1=520743bd0e392eef1bf6118da1cb2e3aace73f70
md5=51f3a5f15988aee285f3277e03566f0f
cksum=731035451
upstream_url=https://pypi.io/packages/py3/t/typing_extensions/typing_extensions-VERSION-py3-none-any.whl
2 changes: 1 addition & 1 deletion build/pkgs/typing_extensions/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.8.0
4.9.0
4 changes: 2 additions & 2 deletions build/pkgs/typing_extensions/version_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# According to https://github.com/python/typing_extensions/blob/main/CHANGELOG.md,
# version 4.4.0 adds another Python 3.11 typing backport
typing_extensions >= 4.4.0; python_version<'3.11'
# version 4.7.0 adds another Python 3.12 typing backport
typing_extensions >= 4.7.0; python_version<'3.12'
2 changes: 1 addition & 1 deletion src/doc/en/developer/coding_in_python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ using one of two mechanisms:
(to be used in place of ``typing``).

The Sage library declares these packages as dependencies and ensures that
versions that provide features of Python 3.11 are available.
versions that provide features of Python 3.12 are available.

Meta :issue:`29756` keeps track of newer Python features and serves
as a starting point for discussions on how to make use of them in the
Expand Down