From 9f47e3507c1e336153527c6a557bcc07d1458b81 Mon Sep 17 00:00:00 2001 From: kreczko Date: Tue, 16 Apr 2024 13:40:21 +0100 Subject: [PATCH] build: update supported python versions --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06fe37b..2d34d29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,10 +27,9 @@ classifiers = [ "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3", - "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", "Development Status :: 4 - Beta", ] @@ -47,7 +46,6 @@ dependencies = [ "plumbum", "pydantic", "pyhdfs", - "typing_extensions >=3.7; python_version<'3.8'", ] [project.optional-dependencies]