diff options
| author | Jonas Vacek <jvacek@users.noreply.github.com> | 2023-05-14 00:32:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-14 00:32:56 +0200 |
| commit | 8209028a62413b437834aef60851f71040808c0a (patch) | |
| tree | 68e7b9919b41bcdab40c1146b2e05aa52cfd94f3 /.github | |
| parent | dfbe2be61a62197f616245850909a0643d0ecc49 (diff) | |
| download | django-compressor-develop.tar.gz | |
* Update tox.ini for Django 4.2
* Fix 4.2 deps
* Update ci.yml matrix for 4.2
* Update classifiers
---------
Co-authored-by: Mathieu Pillard <diox@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a4223..325a976 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,15 @@ jobs: - python: "3.11" toxenv: py311-4.1.X + - python: 3.8 + toxenv: py38-4.2.X + - python: 3.9 + toxenv: py39-4.2.X + - python: "3.10" + toxenv: py310-4.2.X + - python: "3.11" + toxenv: py311-4.2.X + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 |
