Skip to content

Commit

Permalink
update easy_thumbnails in example project, add tests for Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisv2 committed Oct 9, 2024
1 parent 2f22350 commit ed1ff46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit ed1ff46

Please sign in to comment.