Skip to content

Commit a876858

Browse files
committed
chore: Drop python 3.8 support and add support for python 3.12
1 parent f5a43a0 commit a876858

4 files changed

Lines changed: 12 additions & 23 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: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,23 @@
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
66
#
7-
build==1.2.1
7+
build==1.2.2.post1
88
# via pip-tools
9-
click==8.1.7
9+
click==8.1.8
1010
# via pip-tools
11-
importlib-metadata==6.11.0
12-
# via
13-
# -c requirements/common_constraints.txt
14-
# build
15-
packaging==24.0
11+
packaging==24.2
1612
# via build
1713
pip-tools==7.4.1
1814
# via -r requirements/pip-tools.in
19-
pyproject-hooks==1.0.0
20-
# via
21-
# build
22-
# pip-tools
23-
tomli==2.0.1
15+
pyproject-hooks==1.2.0
2416
# via
2517
# build
2618
# pip-tools
27-
# pyproject-hooks
28-
wheel==0.43.0
19+
wheel==0.45.1
2920
# via pip-tools
30-
zipp==3.18.1
31-
# via importlib-metadata
3221

3322
# The following packages are considered to be unsafe in a requirements file:
3423
# pip

requirements/pip.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
66
#
7-
wheel==0.43.0
7+
wheel==0.45.1
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
11-
pip==24.0
11+
pip==24.3.1
1212
# via -r requirements/pip.in
13-
setuptools==69.5.1
13+
setuptools==75.6.0
1414
# via -r requirements/pip.in

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)