File tree Expand file tree Collapse file tree 5 files changed +17
-9
lines changed
Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 22
33 Release History
44===============
5+ 0.2.5
6+ ++++++
7+ * Add support for Python 3.11, 3.12, and 3.13
8+ * Tested compatibility (externally via External GitHub Actions)
9+
5100.2.4
611++++++
712* pin setuptools to 70.0.0
Original file line number Diff line number Diff line change 44# license information.
55# -----------------------------------------------------------------------------
66
7- __VERSION__ = '0.2.4 '
7+ __VERSION__ = '0.2.5 '
Original file line number Diff line number Diff line change 2424 Python312 :
2525 python.version : ' 3.12'
2626 tox_env : ' py312'
27+ Python313 :
28+ python.version : ' 3.13'
29+ tox_env : ' py313'
2730 steps :
2831 - task : UsePythonVersion@0
2932 displayName : ' Use Python $(python.version)'
Original file line number Diff line number Diff line change 4040 'Environment :: Console' ,
4141 'License :: OSI Approved :: MIT License' ,
4242 'Natural Language :: English' ,
43- 'Programming Language :: Python :: 3.6' ,
44- 'Programming Language :: Python :: 3.7' ,
45- 'Programming Language :: Python :: 3.8' ,
4643 'Programming Language :: Python :: 3.9' ,
47- 'Programming Language :: Python :: 3.10'
44+ 'Programming Language :: Python :: 3.10' ,
45+ 'Programming Language :: Python :: 3.11' ,
46+ 'Programming Language :: Python :: 3.12' ,
47+ 'Programming Language :: Python :: 3.13'
4848 ],
4949 keywords = 'azure' ,
50- python_requires = '>=3.6 ' ,
50+ python_requires = '>=3.9 ' ,
5151 packages = [
5252 'azdev' ,
5353 'azdev.config' ,
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py36
4- py37
5- py38
63 py39
74 py310
5+ py311
6+ py312
7+ py313
88
99[testenv]
1010whitelist_externals =
You can’t perform that action at this time.
0 commit comments