Skip to content

Commit

Permalink
Remove Python 3.6 support from metadata and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Apr 19, 2021
1 parent 815c944 commit b06731c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/doc/en/installation/source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ rather than building a Python 3 installation from scratch.
Use the configure option ``--without-system-python3`` in case you want Python 3
built from scratch.

Sage will accept versions 3.6.x to 3.9.x; however, support for system python 3.6.x
is deprecated and will be removed in the next development cycle.
Sage will accept versions 3.7.x to 3.9.x.

You can also use ``--with-python=/path/to/python3_binary`` to tell Sage to use
``/path/to/python3_binary`` to set up the venv. Note that setting up venv requires
Expand Down
3 changes: 1 addition & 2 deletions src/setup.cfg.m4
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ classifiers =
Operating System :: POSIX
Operating System :: MacOS :: MacOS X
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering :: Mathematics

[options]
python_requires = >=3.6, <3.10
python_requires = >=3.7, <3.10
install_requires =
sage_conf
esyscmd(`sage-get-system-packages install-requires \
Expand Down

0 comments on commit b06731c

Please sign in to comment.