Skip to content

Commit 0dc023b

Browse files
committed
Backport "ExceptionGroup" to earlier Python versions
1 parent 53b39cf commit 0dc023b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ matplotlib-inline==0.1.6;python_version>="3.7"
110110
colorama==0.4.6;python_version<"3.6"
111111
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
112112
colorama==0.4.6;python_version>="3.7"
113+
exceptiongroup==1.0.0;python_version>="3.7" and python_version<"3.11"
113114
importlib-metadata==2.1.3;python_version<"3.6"
114115
importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"
115116
pycparser==2.21

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
'colorama==0.4.6;python_version<"3.6"',
236236
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
237237
'colorama==0.4.6;python_version>="3.7"',
238+
'exceptiongroup==1.0.0;python_version>="3.7" and python_version<"3.11"', # noqa: E501
238239
'importlib-metadata==2.1.3;python_version<"3.6"',
239240
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
240241
"pycparser==2.21",

0 commit comments

Comments
 (0)