File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 fail-fast : false
2222 matrix :
2323 os : ["ubuntu-latest"]
24- python-version : ["3.9", "3.10", "3.11"]
24+ python-version :
25+ - " 3.9"
26+ - " 3.10"
27+ - " 3.11"
28+ - " 3.12"
2529 include :
2630 - os : " macos-latest"
2731 python-version : " 3.11"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ license = { text = "Apache-2.0" }
2626authors = [
2727 {
name =
" Andreas Motl" ,
email =
" [email protected] " },
2828]
29- requires-python = " <3.12, >=3.9"
29+ requires-python = " >=3.9,<3.13 "
3030classifiers = [
3131 " Development Status :: 3 - Alpha" ,
3232 " Environment :: Console" ,
@@ -49,6 +49,7 @@ classifiers = [
4949 " Programming Language :: Python :: 3.9" ,
5050 " Programming Language :: Python :: 3.10" ,
5151 " Programming Language :: Python :: 3.11" ,
52+ " Programming Language :: Python :: 3.12" ,
5253 " Topic :: Adaptive Technologies" ,
5354 " Topic :: Communications" ,
5455 " Topic :: Database" ,
You can’t perform that action at this time.
0 commit comments