Skip to content

Commit 3973a5f

Browse files
authored
Merge pull request #964 from ttqureshi/ttqureshi/drop-py3.8
Drop python 3.8 support and add support for python 3.12
2 parents 1274488 + 26ff101 commit 3973a5f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mysql8-migrations-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ ubuntu-latest ]
18-
python-version: [ '3.8', '3.12' ]
18+
python-version: [ '3.11', '3.12' ]
1919

2020
steps:
2121
- name: Checkout repo

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make upgrade

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{38,312}-django{42},py{38,312}-quality
2+
envlist = py{311,312}-django{42},py{311,312}-quality
33
skipsdist = True
44

55
[pycodestyle]

0 commit comments

Comments
 (0)