File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 strategy :
4141 matrix :
4242 python :
43- - " 3.9"
4443 - " 3.10"
4544 - " 3.11"
45+ - " 3.12"
4646 platform :
4747 - " ubuntu-latest"
4848
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "fms-model-optimizer"
77description = " Quantization Techniques"
88readme = " README.md"
99license = {text = " Apache-2.0" }
10- requires-python = " >3.9,<=3.12 "
10+ requires-python = " >3.9,<3.13 "
1111classifiers =[
1212 " Development Status :: 3 - Alpha" ,
1313 " License :: OSI Approved :: Apache Software License" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ commands =
1717 unitcov: {envpython} -W error::UserWarning -m pytest --cov =fms_mo --cov-report term --cov-report =html:coverage-{env_name} --cov-report =xml:coverage-{env_name}.xml --html =durations/{env_name}.html {posargs:tests -m " not (examples or slow)" }
1818
1919[testenv:py3]
20- basepython = python3.11
20+ basepython = python3.12
2121
2222[testenv:unit]
2323basepython = {[testenv:py3]basepython}
@@ -91,6 +91,6 @@ commands =
9191
9292[gh]
9393python =
94+ 3.11 = 3.12-{unitcov}
9495 3.11 = 3.11-{unitcov}
9596 3.10 = 3.10-{unitcov}
96- 3.9 = 3.9-{unitcov}
You can’t perform that action at this time.
0 commit comments