mirror of
https://github.com/hassio-addons/repository-updater.git
synced 2025-05-03 18:41:21 +00:00
⬆️ Update to Alpine Linux 3.21 and Python 3.13 (#146)
This commit is contained in:
parent
7fbe6d1d72
commit
52812fca88
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.11-alpine3.18
|
||||
FROM python:3.13-alpine3.21
|
||||
|
||||
# Setup base
|
||||
RUN \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.11-alpine3.18
|
||||
FROM python:3.13-alpine3.21
|
||||
|
||||
# Setup base
|
||||
RUN \
|
||||
|
|
6
setup.py
6
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue