diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-10-31 19:05:46 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-01-10 18:36:56 -0500 |
commit | ad525dcce45487def9d3950bed159f1c158e3581 (patch) | |
tree | 465e311a2af72ba5fd991acabc3366e405e03fe5 /setup.cfg | |
parent | 0c30db20b1769f8cc9082bb9f043882e86ad738e (diff) | |
download | meson-ad525dcce45487def9d3950bed159f1c158e3581.zip meson-ad525dcce45487def9d3950bed159f1c158e3581.tar.gz meson-ad525dcce45487def9d3950bed159f1c158e3581.tar.bz2 |
bump minimum required version of python to 3.7
Comment out the pending deprecation notice. It cannot be reached
anymore, but is still useful for the next time we do a version bump.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -23,7 +23,6 @@ classifiers = Operating System :: POSIX :: BSD Operating System :: POSIX :: Linux 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 @@ -32,7 +31,7 @@ long_description = Meson is a cross-platform build system designed to be both as [options] packages = find: -python_requires = >= 3.6 +python_requires = >= 3.7 setup_requires = setuptools |