diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b340c47..0e42b91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 9cd9e12..94c6351 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ lxml -bottle +bottle<0.13 python-magic pillow mock setuptools -uwsgi \ No newline at end of file +uwsgi