From bdc1e37792718fcc0a7b6b0cb6be7be3998b93e1 Mon Sep 17 00:00:00 2001 From: Alejandro Autalan Date: Wed, 22 May 2024 23:19:26 -0300 Subject: [PATCH] Latest version does not work anymore with 3.6 and 3.7 --- README.md | 2 +- pyproject.toml | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a40fa668..05f0d125 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Pygubu is inspired by [Glade](https://gitlab.gnome.org/GNOME/glade). Installation ============ -The latest version of pygubu requires Python >= 3.6 +The latest version of pygubu requires Python >= 3.8 You can install pygubu using pip: diff --git a/pyproject.toml b/pyproject.toml index 612f566d..bf0422ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "pygubu" description = "A simple GUI builder for the python tkinter module" readme = "README.md" -requires-python = ">=3.6" +requires-python = ">=3.8" license = { text = "MIT" } keywords = ["gui", "tkinter", "designer"] authors = [ @@ -15,11 +15,13 @@ authors = [ classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", - "Programming Language :: Python :: 3.6", - "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", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Intended Audience :: Developers", @@ -28,7 +30,6 @@ classifiers = [ "Topic :: Software Development :: User Interfaces", ] dependencies = [ - "dataclasses;python_version<'3.7'", "importlib_resources;python_version<'3.9'", ] dynamic = ["version"] @@ -68,7 +69,7 @@ where = ["src"] [tool.black] line-length = 80 -target-version = ["py36", "py37", "py38", "py39", "py310"] +target-version = ["py38", "py39", "py310"] include = '\\.pyi?$' exclude = ''' /(