Merge "Drop Python 2.7 support"
This commit is contained in:
commit
ccf32c0122
@ -57,7 +57,6 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- tox-pep8
|
- tox-pep8
|
||||||
- tox-py27
|
|
||||||
- tox-py36:
|
- tox-py36:
|
||||||
nodeset: ubuntu-bionic
|
nodeset: ubuntu-bionic
|
||||||
- tox-py38
|
- tox-py38
|
||||||
@ -66,7 +65,6 @@
|
|||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- tox-pep8
|
- tox-pep8
|
||||||
- tox-py27
|
|
||||||
- tox-py36:
|
- tox-py36:
|
||||||
nodeset: ubuntu-bionic
|
nodeset: ubuntu-bionic
|
||||||
- tox-py38
|
- tox-py38
|
||||||
|
@ -6,7 +6,14 @@ license = BSD
|
|||||||
summary = LodgeIt implements a pastebin
|
summary = LodgeIt implements a pastebin
|
||||||
author = OpenDev
|
author = OpenDev
|
||||||
author-email = openstack-infra@lists.openstack.org
|
author-email = openstack-infra@lists.openstack.org
|
||||||
|
home-page = https://opendev.org/opendev/lodgeit
|
||||||
|
classifier =
|
||||||
|
Intended Audience :: Information Technology
|
||||||
|
License :: OSI Approved :: BSD License
|
||||||
|
Programming Language :: Python
|
||||||
|
Programming Language :: Python :: 3.6
|
||||||
|
Programming Language :: Python :: 3.7
|
||||||
|
Programming Language :: Python :: 3.8
|
||||||
[entry_points]
|
[entry_points]
|
||||||
wsgi_scripts =
|
wsgi_scripts =
|
||||||
lodgeit-wsgi = lodgeit.application:make_app
|
lodgeit-wsgi = lodgeit.application:make_app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user