@@ -6,33 +6,32 @@ requires = [
66 " cmake>=3.20" ,
77 " ninja" ,
88 " pybind11>=2.6" ,
9- " libcasm-global>=2.0.5 " ,
10- " libcasm-xtal>=2.0a12 " ,
11- " libcasm-clexulator>=2.0a5 " ,
9+ " libcasm-global>=2.0.6 " ,
10+ " libcasm-xtal>=2.0.0 " ,
11+ " libcasm-clexulator>=2.0.0 " ,
1212]
1313build-backend = " setuptools.build_meta"
1414
1515[project ]
1616name = " libcasm-configuration"
17- version = " 2.0a8 "
17+ version = " 2.0.0 "
1818authors = [
1919 { name =" CASM developers" , email =" casm-developers@lists.engr.ucsb.edu" },
2020]
2121description = " CASM configuration comparison and enumeration"
2222readme = " README.md"
23- requires-python = " >=3.9"
24- license = { text = " LGPL2.1+ " }
23+ requires-python = " >=3.9,<3.14 "
24+ license = " LGPL-2.1-or-later "
2525classifiers = [
26- " Development Status :: 3 - Alpha " ,
26+ " Development Status :: 5 - Production/Stable " ,
2727 " Programming Language :: Python :: 3" ,
2828 " Programming Language :: C++" ,
29- " License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)" ,
3029 " Topic :: Scientific/Engineering" ,
3130]
3231dependencies = [
33- " libcasm-global>=2.0.5 " ,
34- " libcasm-xtal>=2.0a12 " ,
35- " libcasm-clexulator>=2.0a5 " ,
32+ " libcasm-global>=2.0.6 " ,
33+ " libcasm-xtal>=2.0.0 " ,
34+ " libcasm-clexulator>=2.0.0 " ,
3635 " numpy" ,
3736 " spglib" ,
3837]
@@ -53,16 +52,16 @@ known-first-party = ["libcasm", "casm"]
5352
5453
5554[tool .cibuildwheel ]
56- # Build for python3.9, 3.10, 3.11, 3.12
57- build = " cp39-* cp310-* cp311-* cp312-*"
55+ # Build for python3.9, 3.10, 3.11, 3.12, 3.13
56+ build = " cp39-* cp310-* cp311-* cp312-* cp313-* "
5857# Build for cpython only
5958skip = " pp*"
6059
6160# Need libcasm dependencies at wheel repair stage
6261before-build = " pip install -r build_requirements.txt"
6362
6463# Testing
65- test-requires = " pytest pytest-datadir sortedcontainers libcasm-mapping>=2.0a4 "
64+ test-requires = " pytest pytest-datadir sortedcontainers libcasm-mapping>=2.0.0 "
6665test-command = " pytest -rsap {project}/python/tests"
6766
6867[tool .cibuildwheel .macos ]
0 commit comments