Skip to content

Commit 9e32e00

Browse files
committed
CR
1 parent 7c8ffec commit 9e32e00

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ci.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ python -c "import sys, struct, ssl; print('#' * 70); print('python:', sys.versio
3535
python -m pip install -U pip setuptools wheel
3636
python -m pip --version
3737

38-
python setup.py sdist --formats=zip
39-
python -m pip install dist/*.zip
38+
python -m pip install .
4039

4140
# See https://github.com/python-trio/trio/issues/334
4241
YAPF_VERSION=0.20.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"trio >= 0.22.0",
6767
"outcome",
6868
"sniffio",
69-
"exceptiongroup >= 1.0.0rc9; python_version < '3.11'",
69+
"exceptiongroup >= 1.0.0; python_version < '3.11'",
7070
],
7171
# This means, just install *everything* you see under trio/, even if it
7272
# doesn't look like a source file, so long as it appears in MANIFEST.in:

0 commit comments

Comments
 (0)