summaryrefslogtreecommitdiff
path: root/PKG-INFO.in
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-09-14 09:48:58 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2020-09-14 09:53:55 +0200
commit6ffc87e51694abd03aed2d42683d65caa74e313d (patch)
treec1c0047317f0051b53005c0dcdf366aed04750ba /PKG-INFO.in
parent12930c0eba55edec6e91bcde115a90cf959afbe0 (diff)
downloadpygobject-6ffc87e51694abd03aed2d42683d65caa74e313d.tar.gz
Drop Python 3.5 support and bump other dependenciesdrop-py35
Motivated by the EOL of Python 3.5 and the EOL of Ubuntu 16.04 next year this requires Python 3.6 and moves all other dependencies to what is available in Ubuntu 18.04.
Diffstat (limited to 'PKG-INFO.in')
-rw-r--r--PKG-INFO.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKG-INFO.in b/PKG-INFO.in
index b48c9059..fd6096ad 100644
--- a/PKG-INFO.in
+++ b/PKG-INFO.in
@@ -18,4 +18,4 @@ Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
-Requires-Python: >=3.5, <4
+Requires-Python: >=3.6, <4