⬆️ Update to Alpine Linux 3.21 and Python 3.13 (#146)

This commit is contained in:
Franck Nijhof 2025-02-16 12:05:31 +01:00 committed by GitHub
parent 7fbe6d1d72
commit 52812fca88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.11-alpine3.18
FROM python:3.13-alpine3.21
# Setup base
RUN \

View file

@ -1,4 +1,4 @@
FROM python:3.11-alpine3.18
FROM python:3.13-alpine3.21
# Setup base
RUN \

View file

@ -26,9 +26,9 @@ setup(
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Build Tools",
"Topic :: Utilities",