Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
8ad16115
Commit
8ad16115
authored
Oct 18, 2020
by
Jason R. Coombs
Committed by
GitHub
Oct 18, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2435 from pypa/debt/drop-py35
Drop support for Python 3.5
parents
d490709b
97ee6624
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
13 deletions
+6
-13
.github/workflows/python-tests.yml
.github/workflows/python-tests.yml
+0
-1
.travis.yml
.travis.yml
+1
-2
appveyor.yml
appveyor.yml
+0
-4
changelog.d/2435.breaking.rst
changelog.d/2435.breaking.rst
+1
-0
setup.cfg
setup.cfg
+4
-6
No files found.
.github/workflows/python-tests.yml
View file @
8ad16115
...
...
@@ -24,7 +24,6 @@ jobs:
-
pypy3
-
3.7
-
3.6
-
3.5
os
:
-
ubuntu-18.04
-
ubuntu-16.04
...
...
.travis.yml
View file @
8ad16115
...
...
@@ -5,7 +5,6 @@ jobs:
fast_finish
:
true
include
:
-
python
:
pypy3
-
python
:
3.5
-
python
:
3.6
-
python
:
3.7
-
&latest_py3
...
...
@@ -19,7 +18,7 @@ jobs:
-
arch
:
ppc64le
python
:
pypy3
-
arch
:
ppc64le
python
:
3.
5
python
:
3.
6
-
&latest_py3_ppc
arch
:
ppc64le
python
:
3.8
...
...
appveyor.yml
View file @
8ad16115
...
...
@@ -20,10 +20,6 @@ environment:
PYTHON
:
"
C:
\\
Python37-x64"
-
APPVEYOR_JOB_NAME
:
"
python36-x64"
PYTHON
:
"
C:
\\
Python36-x64"
-
APPVEYOR_JOB_NAME
:
"
python35-x64"
PYTHON
:
"
C:
\\
Python35-x64"
PYTEST_ADDOPTS
:
"
--cov"
TOX_TESTENV_PASSENV
:
"
PYTEST_ADDOPTS"
install
:
# symlink python from a directory with a space
...
...
changelog.d/2435.breaking.rst
0 → 100644
View file @
8ad16115
Require Python 3.6 or later.
setup.cfg
View file @
8ad16115
...
...
@@ -34,7 +34,6 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
...
...
@@ -46,7 +45,7 @@ classifiers =
[options]
zip_safe = True
python_requires = >=3.
5
python_requires = >=3.
6
py_modules = easy_install
packages = find:
...
...
@@ -63,15 +62,14 @@ certs =
tests =
mock
pytest-flake8
flake8-2020
; python_version>="3.6"
flake8-2020
virtualenv>=13.0.0
pytest-virtualenv>=1.2.7
pytest>=3.7
wheel
coverage>=4.5.1
# Coverage is unbearably slow on PyPy
pytest-cov>=2.5.1; python_implementation != "PyPy"
paver; python_version>="3.6"
pytest-cov>=2.5.1
paver
pip>=19.1 # For proper file:// URLs support.
jaraco.envs
jaraco.test >= 3.1.1; python_version >= "3.6"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment