mirror of
https://github.com/evroon/bracket.git
synced 2026-04-29 03:25:44 -04:00
Support Python 3.12 (#1004)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.10-alpine3.17
|
||||
FROM python:3.12-alpine3.17
|
||||
ARG packages
|
||||
RUN apk --update add ${packages} \
|
||||
&& rm -rf /var/cache/apk/* \
|
||||
|
||||
@@ -45,4 +45,4 @@ ruff = ">=0.0.292"
|
||||
vulture = ">=2.10"
|
||||
|
||||
[requires]
|
||||
python_version = "3.10"
|
||||
python_version = "3.12"
|
||||
|
||||
Reference in New Issue
Block a user