From d6c5f22fde0e829f8e85ecd64365191a7cb8a1e8 Mon Sep 17 00:00:00 2001 From: Dylan Verheul Date: Mon, 16 Sep 2024 12:39:03 +0200 Subject: [PATCH] Update package (#1018) --- .github/workflows/test.yml | 2 +- requirements-dev.txt | 2 +- tox.ini | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95457924..b746aaa1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: test -on: [ push ] +on: [ push, pull_request ] concurrency: group: test-${{ github.head_ref }} diff --git a/requirements-dev.txt b/requirements-dev.txt index b695be1f..a2e97d6e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ -r docs/requirements.txt twine==5.1.1 build==1.2.2 -setuptools==74.1.2 +setuptools==75.0.0 check-manifest==0.49 pyroma==4.2 check-wheel-contents==0.6.0 diff --git a/tox.ini b/tox.ini index 94b9eee6..b40bc702 100644 --- a/tox.ini +++ b/tox.ini @@ -3,9 +3,9 @@ args_are_paths = false envlist = py38-{4.2}, py39-{4.2}, - py310-{4.2,5.0,main}, - py311-{4.2,5.0,main}, - py312-{4.2,5.0,main}, + py310-{4.2,5.0,5.1,main}, + py311-{4.2,5.0,5.1,main}, + py312-{4.2,5.0,5.1,main}, docs, lint, @@ -26,6 +26,7 @@ commands = deps = 4.2: Django==4.2.* 5.0: Django==5.0.* + 5.1: Django==5.1.* main: https://github.com/django/django/archive/main.tar.gz -r{toxinidir}/requirements-test.txt