Skip to content

Commit c855329

Browse files
committed
Drop unmaintained python 3.8/3.9, add newer versions
1 parent 544ea2a commit c855329

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ChangeLog
44
8.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

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)