diff --git a/.github/workflows/mysql8-migrations-check.yml b/.github/workflows/mysql8-migrations-check.yml index 49c62e95..cfd9d4e4 100644 --- a/.github/workflows/mysql8-migrations-check.yml +++ b/.github/workflows/mysql8-migrations-check.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - python-version: [ '3.8', '3.12' ] + python-version: [ '3.11', '3.12' ] steps: - name: Checkout repo diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 5fb5b3fa..48de9589 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # make upgrade diff --git a/requirements/pip.txt b/requirements/pip.txt index dc0bb9a3..26517a3e 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # make upgrade diff --git a/tox.ini b/tox.ini index a2f9f132..93664285 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{38,312}-django{42},py{38,312}-quality +envlist = py{311,312}-django{42},py{311,312}-quality skipsdist = True [pycodestyle]