Skip to content

Commit

Permalink
remove python 3.7 support from docs (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Sep 24, 2023
1 parent c9eb525 commit 2096bcf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ New code should use Pyro5 if at all possible.
Features
--------

- written in 100% Python so extremely portable, supported on Python 3.7 and newer, and Pypy3
- written in 100% Python so extremely portable, supported on Python 3.8 and newer, and Pypy3
- works between different system architectures and operating systems.
- able to communicate between different Python versions transparently.
- defaults to a safe serializer (`serpent <https://pypi.python.org/pypi/serpent>`_) that supports many Python data types.
Expand Down
7 changes: 7 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Change Log
**********

**Pyro 5.15**

- removed Python 3.7 from the support list (it is EOL). Now supported on Python 3.8 or newer.
- fixed cgi.parse deprecation problem in http gateway
- some small tweaks to setup, tests, examples, and docs.


**Pyro 5.14**

- http gateway now also has OPTION call with CORS
Expand Down
2 changes: 1 addition & 1 deletion docs/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ What has been changed since Pyro4

If you're familiar with Pyro4, most of the things are the same in Pyro5. These are the changes though:

- Requires Python 3.7 or newer.
- Supported on Python 3.8 or newer.
- the Pyro5 API is redesigned and this library is not compatible with Pyro4 code (although everything should be familiar):

- Pyro5 is the new package name
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py37,py38,py39,py310,py311,pypy3
envlist=py38,py39,py310,py311,pypy3

[testenv]
deps=
Expand Down

0 comments on commit 2096bcf

Please sign in to comment.