fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
- python-version: ["3.7","3.8","3.9","3.10","3.11"]
+ python-version: ["3.8","3.9","3.10","3.11"]
exclude:
- os: windows-latest
python-version: "3.11"
python-version: "3.9"
- os: windows-latest
python-version: "3.8"
- - os: windows-latest
- python-version: "3.7"
steps:
- uses: actions/checkout@v3
"Bug Tracker" = "https://github.com/rthalley/dnspython/issues"
[tool.poetry.dependencies]
-python = "^3.7"
+python = "^3.8"
httpx = {version=">=0.21.1", optional=true, python=">=3.6.2"}
h2 = {version=">=4.1.0", optional=true, python=">=3.6.2"}
idna = {version=">=2.1,<4.0", optional=true}
Topic :: Internet :: Name Service (DNS)
Topic :: Software Development :: Libraries :: Python Modules
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages =
dns
+ dns.dnssecalgs
dns.quic
dns.rdtypes
dns.rdtypes.IN
dns.rdtypes.ANY
dns.rdtypes.CH
-python_requires = >=3.7
+python_requires = >=3.8
test_suite = tests
setup_requires = setuptools>=44; setuptools_scm[toml]>=3.4.3