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 2
2
3
3
Release History
4
4
===============
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
+
5
10
0.2.4
6
11
++++++
7
12
* pin setuptools to 70.0.0
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# -----------------------------------------------------------------------------
6
6
7
- __VERSION__ = '0.2.4 '
7
+ __VERSION__ = '0.2.5 '
Original file line number Diff line number Diff line change 24
24
Python312 :
25
25
python.version : ' 3.12'
26
26
tox_env : ' py312'
27
+ Python313 :
28
+ python.version : ' 3.13'
29
+ tox_env : ' py313'
27
30
steps :
28
31
- task : UsePythonVersion@0
29
32
displayName : ' Use Python $(python.version)'
Original file line number Diff line number Diff line change 40
40
'Environment :: Console' ,
41
41
'License :: OSI Approved :: MIT License' ,
42
42
'Natural Language :: English' ,
43
- 'Programming Language :: Python :: 3.6' ,
44
- 'Programming Language :: Python :: 3.7' ,
45
- 'Programming Language :: Python :: 3.8' ,
46
43
'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'
48
48
],
49
49
keywords = 'azure' ,
50
- python_requires = '>=3.6 ' ,
50
+ python_requires = '>=3.9 ' ,
51
51
packages = [
52
52
'azdev' ,
53
53
'azdev.config' ,
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py36
4
- py37
5
- py38
6
3
py39
7
4
py310
5
+ py311
6
+ py312
7
+ py313
8
8
9
9
[testenv]
10
10
whitelist_externals =
You can’t perform that action at this time.
0 commit comments