]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
More curio cleanups.
authorBob Halley <halley@dnspython.org>
Sun, 19 Mar 2023 16:26:33 +0000 (09:26 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 19 Mar 2023 16:26:33 +0000 (09:26 -0700)
.github/workflows/codeql-analysis.yml
doc/whatsnew.rst

index 3f887fea1854214cf81c3cb719e967e2d9b0227c..84e4ecc461943a9e77d9f3a2c32d3fd023c3cace 100644 (file)
@@ -60,7 +60,7 @@ jobs:
         sudo apt install -y gnome-keyring
         python -m pip install --upgrade pip
         python -m pip install poetry
-        poetry install -E dnssec -E doh -E idna -E trio -E curio
+        poetry install -E dnssec -E doh -E idna -E trio
 
     - name: Perform CodeQL Analysis
       uses: github/codeql-action/analyze@v2
index 3b5fc32f5b38c4582c0b70123f24bcb458f7bb78..acdbc10ba70ad5c861695760e5420a414c053fc7 100644 (file)
@@ -17,6 +17,8 @@ What's New in dnspython
 * DNS-over-HTTPS now only uses httpx; support for requests has been dropped.  A source
   port may now be supplied when using httpx.
 
+* Curio support has been removed.
+
 2.3.0
 -----