Skip to content

Commit 4458807

Browse files
committed
Cleanups
1 parent cd07284 commit 4458807

File tree

5 files changed

+3
-10
lines changed

5 files changed

+3
-10
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
3.11.14
33
3.12.12
44
3.13.11
5-
3.14.2
5+
3.14.2

Vagrantfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
]
2930
packages = [{ include = "cacheback" }]
3031
include = ["LICENSE"]

sandbox/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN apt-get update \
1111

1212
RUN pip install --upgrade pip \
1313
&& pip install --no-cache-dir "poetry>=2"
14-
# && pip install --no-cache-dir -e .[celery,rq]
1514

1615
COPY . /package/
1716
WORKDIR /package

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ envlist =
77
[gh-actions]
88
python =
99
3.10: py310
10+
3.11: py311
1011
3.12: py312
1112
3.13: py313
1213
3.14: py314

0 commit comments

Comments
 (0)