summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ironic_python_agent/__init__.py2
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 1 deletions
diff --git a/ironic_python_agent/__init__.py b/ironic_python_agent/__init__.py
index 1ed52307..4f77b410 100644
--- a/ironic_python_agent/__init__.py
+++ b/ironic_python_agent/__init__.py
@@ -15,7 +15,7 @@ import os
import eventlet
# NOTE(TheJulia): Eventlet, when monkey patching occurs, replaces the base
-# dns resolver methods. This can lead to compatability issues,
+# dns resolver methods. This can lead to compatibility issues,
# and un-expected exceptions being raised during the process
# of monkey patching. Such as one if there are no resolvers.
os.environ['EVENTLET_NO_GREENDNS'] = "yes"
diff --git a/setup.cfg b/setup.cfg
index 06d22479..010cd4ed 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,6 +18,8 @@ classifier =
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9