removing python 3.10 and 3.11 as supported versions

This commit is contained in:
Ishaan Mathur
2025-08-18 21:16:27 +00:00
parent fe8aa273c2
commit 4624158ebc
2 changed files with 1 additions and 3 deletions

View File

@@ -1731,7 +1731,7 @@ packages:
- pypi: ./
name: esm
version: 3.2.1
sha256: 5456e12b3d09b96bb576d68a9f74ea445e11a4936b72488d878d0149523b0870
sha256: 0126874c673ed5fa21ae9d1a040b15845227a3faca844c18ed5f8f7644e66b7e
requires_dist:
- torch>=2.2.0
- torchvision

View File

@@ -17,8 +17,6 @@ maintainers = [
classifiers = [
"Development Status :: 3 - Alpha",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]