Skip to content

Commit

Permalink
Merge pull request #108 from IIIF/deploy
Browse files Browse the repository at this point in the history
Removing 3.13 support and sticking bottle
  • Loading branch information
glenrobson authored Dec 13, 2024
2 parents 8572a60 + ee0894c commit 6d7f3e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: [ '3.9', '3.10', '3.11', '3.12']
name: Python ${{ matrix.python-version }} sample
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lxml
bottle
bottle<0.13
python-magic
pillow
mock
setuptools
uwsgi
uwsgi

0 comments on commit 6d7f3e1

Please sign in to comment.