From ee0894cf7541234307cc054dd323808f5224066c Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Fri, 13 Dec 2024 01:02:43 +0000 Subject: [PATCH] Removing 3.13 support and sticking bottle --- .github/workflows/test.yml | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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