File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 strategy :
1515 matrix :
1616 python-version :
17- - " 3.8"
18- - " 3.9"
1917 - " 3.10"
2018 - " 3.11"
2119 - " 3.12"
20+ - " 3.13"
21+ - " 3.14"
2222 steps :
2323 - uses : actions/checkout@v4
2424 - name : Log in to Docker Hub
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ ChangeLog
448.3 (unreleased)
55----------------
66
7+ - Drop unmaintained python 3.8/3.9, add newer versions
78- Add support for newer dockerd 'container inspect' JSON payloads.
89- Add support for pypi auth using .netrc
910
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ classifiers =
1515 Intended Audience :: Developers
1616 License :: OSI Approved :: BSD License
1717 Natural Language :: English
18- Programming Language :: Python :: 3.8
19- Programming Language :: Python :: 3.9
2018 Programming Language :: Python :: 3.10
2119 Programming Language :: Python :: 3.11
2220 Programming Language :: Python :: 3.12
21+ Programming Language :: Python :: 3.13
22+ Programming Language :: Python :: 3.14
2323 Topic :: Software Development :: Build Tools
2424 Topic :: System :: Software Distribution
2525
You can’t perform that action at this time.
0 commit comments