File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ def run(self):
6767 # higher.
6868 # Python 3.9 and later include zoneinfo which replaces pytz
6969 'pytz>=2015.7; python_version<"3.9"' ,
70+ # https://github.com/python/cpython/issues/95299
71+ # https://github.com/python-babel/babel/issues/1031
72+ 'setuptools; python_version>="3.12"' ,
7073 ],
7174 extras_require = {
7275 'dev' : [
Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ envlist =
88extras =
99 dev
1010deps =
11- # including setuptools here for CI;
12- # see https://github.com/python/cpython/issues/95299
13- # see https://github.com/python-babel/babel/issues/1005#issuecomment-1728105742
14- setuptools; python_version>="3.12"
1511 backports.zoneinfo; python_version<"3.9"
1612 tzdata; sys_platform == 'win32'
1713 pytz: pytz
You can’t perform that action at this time.
0 commit comments