From ed1ff46032f64155be337916a86d44d75db9145f Mon Sep 17 00:00:00 2001 From: Chris Vigelius Date: Wed, 9 Oct 2024 15:14:13 +0000 Subject: [PATCH] update easy_thumbnails in example project, add tests for Python 3.10 --- .github/workflows/test_and_coverage.yml | 2 +- example/requirements.txt | 2 +- tox.ini | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_and_coverage.yml b/.github/workflows/test_and_coverage.yml index 72610e85..7c2b6946 100644 --- a/.github/workflows/test_and_coverage.yml +++ b/.github/workflows/test_and_coverage.yml @@ -11,7 +11,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, 3.10] steps: - uses: actions/checkout@v2 diff --git a/example/requirements.txt b/example/requirements.txt index b91ae317..2323351f 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,5 +1,5 @@ -e . -easy_thumbnails==2.8.1 +easy_thumbnails==2.9 WebTest==3.0.0 django-webtest==1.9.9 coverage==5.5 diff --git a/tox.ini b/tox.ini index 3d0318fc..6220f325 100644 --- a/tox.ini +++ b/tox.ini @@ -8,14 +8,15 @@ envlist = py{37,38,39}-django22 py{37,38,39}-django30 py{37,38,39}-django31 - py{37,38,39}-django32 - py{38,39}-django40 + py{37,38,39,310}-django32 + py{38,39,310}-django40 [gh-actions] python = 3.7: py37 3.8: py38 3.9: py39 + 3.10: py310 [testenv] commands =