Skip to content
Snippets Groups Projects
Commit aba3915e authored by Hannes Feldt's avatar Hannes Feldt
Browse files

remove python 3.9

parent 1a5e491c
No related branches found
No related tags found
2 merge requests!10Add pre commit improve tox setup,!9Draft: Add pre-commit hook and improve with better linting
Pipeline #110504 failed
Pipeline: Python Binary Wheel Package

#110506

    Pipeline: Python Binary Wheel Package

    #110505

      ...@@ -11,13 +11,12 @@ name = "{{cookiecutter.project_slug}}" ...@@ -11,13 +11,12 @@ name = "{{cookiecutter.project_slug}}"
      dynamic = ["version"] dynamic = ["version"]
      description="{{cookiecutter.description}}" description="{{cookiecutter.description}}"
      readme = "README.md" readme = "README.md"
      requires-python = ">=3.9" requires-python = ">=3.10"
      classifiers = [ classifiers = [
      "Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
      "License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache Software License",
      "Operating System :: OS Independent", "Operating System :: OS Independent",
      "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
      "Programming Language :: Python :: 3.9",
      "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
      "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
      "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment