Skip to content

Commit 94c989a

Browse files
committed
Remove Python 3.8 from classifiers, update CHANGELOG.rst to indicate
we have dropped suppport for 3.8 and indicate in pyproject.toml classifiers that we support 3.13.
1 parent 0d748c8 commit 94c989a

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ Changes in Apache Libcloud 3.9.0
77
Common
88
~~~~~~
99

10+
- Indicate we also support Python 3.12 (non beta) and Python 3.13.
11+
(#2050)
12+
[Tomaz Muraus - @Kami]
13+
14+
- Support for Python 3.8 which is EOL has been removed.
15+
16+
If you still want to use Libcloud with Python 3.8, you should use an older
17+
release which still supports Python 3.8.
18+
(#2050)
19+
[Tomaz Muraus - @Kami]
20+
1021
- Support for Python 3.7 which is EOL has been removed.
1122

1223
If you still want to use Libcloud with Python 3.7, you should use an older

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ through a unified and easy to use API.
5959
:Issues: https://issues.apache.org/jira/projects/LIBCLOUD/issues
6060
:Website: https://libcloud.apache.org/
6161
:Documentation: https://libcloud.readthedocs.io
62-
:Supported Python Versions: Python >= 3.8, PyPy >= 3.8, Python 3.10 + Pyjion
62+
:Supported Python Versions: Python >= 3.9, PyPy >= 3.9, Python 3.10 + Pyjion
6363
(Python 2.7 and Python 3.4 is supported by the
6464
v2.8.x release series, last version which supports
6565
Python 3.5 is v3.4.0, v3.6.x for Python 3.6, and
66-
v3.8.x for Python 3.7)
66+
v3.8.x for Python 3.7 and 3.8)
6767

6868
Resources you can manage with Libcloud are divided into the following categories:
6969

@@ -86,10 +86,10 @@ Documentation can be found at <https://libcloud.readthedocs.org>.
8686
Note on Python Version Compatibility
8787
====================================
8888

89-
Libcloud supports Python >= 3.8 and PyPy >= 3.8.
89+
Libcloud supports Python >= 3.9 and PyPy >= 3.9.
9090

91-
* Support for Python 3.7 has been dropped in v3.9.0 release.
92-
Last release series which supports Python 3.6 is v3.6.x.
91+
* Support for Python 3.7 and 3.8 has been dropped in v3.9.0 release.
92+
Last release series which supports Python 3.7 and 3.8 is v3.8.x.
9393
* Support for Python 3.6 has been dropped in v3.7.0 release.
9494
Last release series which supports Python 3.6 is v3.6.x.
9595
* Support for Python 3.5 has been dropped in v3.5.0 release.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ classifiers = [
4242
"Operating System :: OS Independent",
4343
"Programming Language :: Python",
4444
"Programming Language :: Python :: 3",
45-
"Programming Language :: Python :: 3.8",
4645
"Programming Language :: Python :: 3.9",
4746
"Programming Language :: Python :: 3.10",
4847
"Programming Language :: Python :: 3.11",
4948
"Programming Language :: Python :: 3.12",
49+
"Programming Language :: Python :: 3.13",
5050
"Programming Language :: Python :: Implementation :: CPython",
5151
"Programming Language :: Python :: Implementation :: PyPy",
5252
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)