@@ -8,18 +8,18 @@ authors = [{name="Exoscale", email="support@exoscale.com"}]
88license = " ISC"
99description = " Clients for Exoscale IaaS APIs"
1010readme = " README.md"
11- requires-python = " >=3.8 "
11+ requires-python = " >=3.10 "
1212classifiers = [
1313 " Intended Audience :: Developers" ,
1414 " Intended Audience :: System Administrators" ,
1515 " License :: OSI Approved :: ISC License (ISCL)" ,
1616 " Operating System :: OS Independent" ,
1717 " Programming Language :: Python" ,
18- " Programming Language :: Python :: 3.9" ,
1918 " Programming Language :: Python :: 3.10" ,
2019 " Programming Language :: Python :: 3.11" ,
2120 " Programming Language :: Python :: 3.12" ,
2221 " Programming Language :: Python :: 3.13" ,
22+ " Programming Language :: Python :: 3.14" ,
2323]
2424dependencies = [
2525 " requests-exoscale-auth>=1.1.2" ,
@@ -47,12 +47,11 @@ extend-select = ["B", "Q"]
4747[tool .black ]
4848line-length = 79
4949
50- [tool . uv ]
51- dev-dependencies = [
50+ [dependency-groups ]
51+ dev = [
5252 " requests-mock>=1.12.1" ,
5353 " pytest>=5.0.0" ,
54- " recommonmark>=0.5.0" ,
55- " sphinx-markdown-parser>=0.1.1" ,
5654 " sphinx-rtd-theme>=0.4.3" ,
5755 " sphinx>=2.1.2" ,
56+ " myst-parser" ,
5857]
0 commit comments