diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 278585d..8e711ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,4 +39,4 @@ repos: rev: v3.4.0 hooks: - id: pyupgrade - args: [--py310-plus] + args: [--py38-plus] diff --git a/pyproject.toml b/pyproject.toml index ce24fe1..2f1a722 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ requires = ["setuptools", "wheel"] [project] name = "devstats" -version = "0.1rc1" -requires-python = ">=3.10" +version = "0.1rc1.dev0" +requires-python = ">=3.8" description = "Developer tool for scientific Python libraries" license = {file = "LICENSE"} maintainers = [