diff --git a/README.rst b/README.rst index d37c021..eb58952 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ to decode various image formats for use in cairo. .. _GDK-PixBuf: https://gitlab.gnome.org/GNOME/gdk-pixbuf * Free software: BSD license -* For Python 3.7+, tested on CPython and PyPy +* For Python 3.8+, tested on CPython and PyPy * Documentation: https://doc.courtbouillon.org/cairocffi/ * Changelog: https://doc.courtbouillon.org/cairocffi/stable/changelog.html * Code, issues, tests: https://github.com/Kozea/cairocffi diff --git a/pyproject.toml b/pyproject.toml index ef2ce6f..278ab0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = 'cffi-based cairo bindings for Python' keywords = ['cairo', 'cffi', 'binding'] authors = [{name = 'Simon Sapin', email = 'contact@courtbouillon.org'}] maintainers = [{name = 'CourtBouillon', email = 'contact@courtbouillon.org'}] -requires-python = '>=3.7' +requires-python = '>=3.8' readme = {file = 'README.rst', content-type = 'text/x-rst'} license = {file = 'LICENSE'} dependencies = [ @@ -22,11 +22,11 @@ classifiers = [ 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', 'Programming Language :: Python :: 3 :: Only', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Multimedia :: Graphics', ] dynamic = ['version']