Merge "Drop support for Python 3.5"
This commit is contained in:
commit
f545f15470
@ -7,8 +7,6 @@
|
||||
jobs: &jobs
|
||||
- build-python-release
|
||||
- tox-linters
|
||||
- tox-py35:
|
||||
nodeset: ubuntu-xenial
|
||||
- tox-py36:
|
||||
nodeset: ubuntu-bionic
|
||||
- tox-py37:
|
||||
|
3
releasenotes/notes/drop-py35-a078f1c6f3c4fff4.yaml
Normal file
3
releasenotes/notes/drop-py35-a078f1c6f3c4fff4.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
upgrade:
|
||||
- Python 3.5 is no longer supported.
|
@ -23,14 +23,13 @@ classifiers =
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Operating System :: OS Independent
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.5
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python
|
||||
Topic :: Utilities
|
||||
python_requires = >= 3.5
|
||||
python_requires = >= 3.6
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
Loading…
x
Reference in New Issue
Block a user