@@ -23,9 +23,9 @@ classifiers = [
2323 " Operating System :: Unix" ,
2424 " Programming Language :: Python" ,
2525 " Programming Language :: Python :: 3 :: Only" ,
26- " Programming Language :: Python :: 3.9" ,
2726 " Programming Language :: Python :: 3.10" ,
2827 " Programming Language :: Python :: 3.11" ,
28+ " Programming Language :: Python :: 3.12" ,
2929 " Programming Language :: Python :: Implementation :: CPython" ,
3030 " Topic :: Scientific/Engineering" ,
3131 " Topic :: Scientific/Engineering :: Atmospheric Science" ,
@@ -46,7 +46,7 @@ keywords = [
4646]
4747license = {text = " BSD-3-Clause" }
4848name = " stratify"
49- requires-python = " >=3.9 "
49+ requires-python = " >=3.10 "
5050
5151[project .urls ]
5252Code = " https://github.com/SciTools-incubator/python-stratify"
@@ -69,7 +69,7 @@ write_to = "src/stratify/_version.py"
6969local_scheme = " dirty-tag"
7070
7171[tool .black ]
72- target-version = [" py39 " , " py310 " , " py311 " ]
72+ target-version = [" py310 " , " py311 " , " py312 " ]
7373line-length = 88
7474include = ' \.pyi?$'
7575
0 commit comments