### Notices
-Python 2.x support ended with the release of 1.16.0. `dnspython` supports Python 3.9
+Python 2.x support ended with the release of 1.16.0. `dnspython` supports Python 3.10
and later. Future support is aligned with the lifetime of the Python 3 versions.
Documentation has moved to
2.8.0 (in development)
----------------------
-* dns/win32util.py now supports explicitly setting the configuration method used to get
+* dns/win32util.py now supports explicitly setting the configuration method used to get
system dns info, using the set_config_method() function. There is a new configuration
method that uses the Win32 API, which can be set using set_config_method(ConfigMethod.Win32).
+* The minimum supported Python version is now 3.10.
+
2.7.0
-----
"Topic :: Internet :: Name Service (DNS)",
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
readme = "README.md"
-requires-python = ">=3.9"
+requires-python = ">=3.10"
dependencies = []
dynamic = ["version"]