Skip to content

Commit ee0894c

Browse files
committed
Removing 3.13 support and sticking bottle
1 parent 2ce10e5 commit ee0894c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13']
14+
python-version: [ '3.9', '3.10', '3.11', '3.12']
1515
name: Python ${{ matrix.python-version }} sample
1616
steps:
1717
- uses: actions/checkout@v4

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lxml
2-
bottle
2+
bottle<0.13
33
python-magic
44
pillow
55
mock
66
setuptools
7-
uwsgi
7+
uwsgi

0 commit comments

Comments
 (0)