File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 Release History
44===============
5+ 0.2.10
6+ ++++++
7+ * Add support for Python 3.14 and drop support for Python 3.9
8+
590.2.9
610+++++
711* `azdev latest-index `: Add `generate ` and `verify ` commands to manage Azure CLI packaged latest indices (`commandIndex.latest.json `, `helpIndex.latest.json `) with CI-friendly verify exit behavior.
Original file line number Diff line number Diff line change 44# license information.
55# -----------------------------------------------------------------------------
66
7- __VERSION__ = '0.2.9 '
7+ __VERSION__ = '0.2.10 '
Original file line number Diff line number Diff line change 1616 name : ${{ variables.ubuntu_pool }}
1717 strategy :
1818 matrix :
19- Python39 :
20- python.version : ' 3.9'
21- tox_env : ' py39'
2219 Python310 :
2320 python.version : ' 3.10'
2421 tox_env : ' py310'
3128 Python313 :
3229 python.version : ' 3.13'
3330 tox_env : ' py313'
31+ Python314 :
32+ python.version : ' 3.14'
33+ tox_env : ' py314'
3434 steps :
3535 - task : UsePythonVersion@0
3636 displayName : ' Use Python $(python.version)'
7171 name : ${{ variables.ubuntu_pool }}
7272 steps :
7373 - task : UsePythonVersion@0
74- displayName : ' Use Python 3.9 '
74+ displayName : ' Use Python 3.12 '
7575 inputs :
76- versionSpec : 3.9
76+ versionSpec : 3.12
7777
7878 - task : Bash@3
7979 displayName : ' Run Wheel Build Script'
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.9' ,
4443 'Programming Language :: Python :: 3.10' ,
4544 'Programming Language :: Python :: 3.11' ,
4645 'Programming Language :: Python :: 3.12' ,
47- 'Programming Language :: Python :: 3.13'
46+ 'Programming Language :: Python :: 3.13' ,
47+ 'Programming Language :: Python :: 3.14'
4848 ],
4949 keywords = 'azure' ,
50- python_requires = '>=3.9 ' ,
50+ python_requires = '>=3.10 ' ,
5151 packages = [
5252 'azdev' ,
5353 'azdev.config' ,
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py39
43 py310
54 py311
65 py312
76 py313
7+ py314
88
99[testenv]
1010whitelist_externals =
You can’t perform that action at this time.
0 commit comments