diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 61ab0e3..27130ac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 @@ -61,7 +61,7 @@ jobs: matrix: include: - runner: "ubuntu-latest" - python-version: "3.9" + python-version: "3.10" - runner: "ubuntu-latest" python-version: "3.12" - runner: "self-hosted" diff --git a/cuequivariance/pyproject.toml b/cuequivariance/pyproject.toml index da505c6..93f54e5 100644 --- a/cuequivariance/pyproject.toml +++ b/cuequivariance/pyproject.toml @@ -24,7 +24,7 @@ description = "CUDA accelerated equivariant operations" readme = "../README.md" license = { file = "../LICENSES/LICENSE" } authors = [{ name = "NVIDIA Corporation" }] -requires-python = ">=3.9" +requires-python = ">=3.10" dependencies = [ "numpy", "scipy", @@ -35,11 +35,9 @@ dependencies = [ classifiers = [ "Intended Audience :: Developers", "Programming Language :: Python", - "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", ] [tool.hatch.version] diff --git a/cuequivariance_jax/pyproject.toml b/cuequivariance_jax/pyproject.toml index 0b7a1e6..6b008fd 100644 --- a/cuequivariance_jax/pyproject.toml +++ b/cuequivariance_jax/pyproject.toml @@ -35,7 +35,6 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3.13", ] [tool.hatch.version] diff --git a/cuequivariance_torch/pyproject.toml b/cuequivariance_torch/pyproject.toml index c37786e..0f907c5 100644 --- a/cuequivariance_torch/pyproject.toml +++ b/cuequivariance_torch/pyproject.toml @@ -24,14 +24,13 @@ description = "CUDA accelerated equivariant operations" readme = "../README.md" license = { file = "../LICENSES/LICENSE" } authors = [{ name = "NVIDIA Corporation" }] -requires-python = ">=3.9" +requires-python = ">=3.10" dependencies = [ "cuequivariance", ] classifiers = [ "Intended Audience :: Developers", "Programming Language :: Python", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",