File tree Expand file tree Collapse file tree 5 files changed +3
-10
lines changed
Expand file tree Collapse file tree 5 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 223.11.14
333.12.12
443.13.11
5- 3.14.2
5+ 3.14.2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ classifiers = [
2525 " Programming Language :: Python :: 3.11" ,
2626 " Programming Language :: Python :: 3.12" ,
2727 " Programming Language :: Python :: 3.13" ,
28+ " Programming Language :: Python :: 3.14" ,
2829]
2930packages = [{ include = " cacheback" }]
3031include = [" LICENSE" ]
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ RUN apt-get update \
1111
1212RUN pip install --upgrade pip \
1313 && pip install --no-cache-dir "poetry>=2"
14- # && pip install --no-cache-dir -e .[celery,rq]
1514
1615COPY . /package/
1716WORKDIR /package
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ envlist =
77[gh-actions]
88python =
99 3.10: py310
10+ 3.11: py311
1011 3.12: py312
1112 3.13: py313
1213 3.14: py314
You can’t perform that action at this time.
0 commit comments