Skip to content

Commit 6d7f3e1

Browse files
authored
Merge pull request #108 from IIIF/deploy
Removing 3.13 support and sticking bottle
2 parents 8572a60 + ee0894c commit 6d7f3e1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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)