diff --git a/.github/workflows/tox.yaml b/.github/workflows/tox.yaml index d8db860..9d57da0 100644 --- a/.github/workflows/tox.yaml +++ b/.github/workflows/tox.yaml @@ -14,7 +14,7 @@ jobs: strategy: max-parallel: 4 matrix: - python: ["3.9", "3.10", "3.11","3.12"] + python: ["3.9", "3.10", "3.11","3.12", "3.13"] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index 23fcc28..63a89c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ name = "spdx_matcher" # Required # # For a discussion on single-sourcing the version, see # https://packaging.python.org/guides/single-sourcing-package-version/ -version = "0.0.15" # Required +version = "0.1.0" # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: @@ -19,7 +19,7 @@ readme = "README.md" # Optional # 'Programming Language' classifiers above, 'pip install' will check this # and refuse to install the project if the version does not match. See # https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires -requires-python = ">=3.8" +requires-python = ">=3.9" # This is either text indicating the license for the distribution, or a file # that contains the license @@ -71,6 +71,7 @@ classifiers = [ # Optional "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3 :: Only", ] @@ -133,5 +134,5 @@ ignore = ["renovate.json"] [build-system] # These are the assumed default build requirements from pip: # https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support -requires = ["setuptools>=43.0.0", "wheel"] +requires = ["setuptools>=75.6.0", "wheel"] build-backend = "setuptools.build_meta" diff --git a/tox.ini b/tox.ini index a81bff0..791c5d8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{38,39,310,311,312,313} +envlist = py{39,310,311,312,313} # Define the minimal tox version required to run; # if the host tox is less than this the tool with create an environment and