diff --git a/pyproject.toml b/pyproject.toml index 25eef30..b547dc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Scientific/Engineering", "Operating System :: POSIX :: Linux", "Operating System :: MacOS", @@ -65,7 +66,7 @@ regex = '''project\(VCellMovingBoundary VERSION (?P[0-9]+\.[0-9]+\.[0-9]+ # into the wheel so it is self-contained. # --------------------------------------------------------------------------- [tool.cibuildwheel] -build = "cp310-* cp311-* cp312-* cp313-*" +build = "cp310-* cp311-* cp312-* cp313-* cp314-*" skip = "*-musllinux_* *_i686 *-win32" build-frontend = "build" test-command = "python -c \"import pyvcell_mbsolver; from pyvcell_mbsolver import _core; print('import OK')\""