Skip to content

Commit cdf9a2c

Browse files
committed
More curio cleanups.
1 parent 6c5f0c9 commit cdf9a2c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
sudo apt install -y gnome-keyring
6161
python -m pip install --upgrade pip
6262
python -m pip install poetry
63-
poetry install -E dnssec -E doh -E idna -E trio -E curio
63+
poetry install -E dnssec -E doh -E idna -E trio
6464
6565
- name: Perform CodeQL Analysis
6666
uses: github/codeql-action/analyze@v2

doc/whatsnew.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ What's New in dnspython
1717
* DNS-over-HTTPS now only uses httpx; support for requests has been dropped. A source
1818
port may now be supplied when using httpx.
1919

20+
* Curio support has been removed.
21+
2022
2.3.0
2123
-----
2224

0 commit comments

Comments
 (0)