Skip to content

Commit acf68f4

Browse files
authored
Revert "CONCD-1072 Python 3.12 upgrade (#2830)" (#2831)
This reverts commit 18eee65.
1 parent 18eee65 commit acf68f4

File tree

3 files changed

+326
-274
lines changed

3 files changed

+326
-274
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ faker = "==23.3.0"
4646
pillow = "==11.2.1"
4747
prometheus-client = "==0.21.0"
4848
xlsxwriter = "==3.2.2"
49-
blinker = "==1.9.0"
49+
blinker = "==1.7.0"
5050
psycopg2 = "==2.9.10"
5151
django = "==4.2.20"
5252
django-storages = { extras = ["s3"], version = "==1.14.6" }
@@ -61,4 +61,4 @@ pre-commit = "==4.0.1"
6161
tblib = "==3.0.0"
6262

6363
[requires]
64-
python_version = "3.12"
64+
python_version = "3.10"

0 commit comments

Comments
 (0)