diff --git a/skeleton/.gitignore b/skeleton/.gitignore index ae138df..297e1f5 100644 --- a/skeleton/.gitignore +++ b/skeleton/.gitignore @@ -139,5 +139,4 @@ cython_debug/ # Configuration files *.conf -*.cfg -*.ini \ No newline at end of file +*.ini diff --git a/skeleton/setup.cfg b/skeleton/setup.cfg index 32bd01f..9773d55 100644 --- a/skeleton/setup.cfg +++ b/skeleton/setup.cfg @@ -6,4 +6,4 @@ version = __version__ packages = __project_codename__ install_requires = requests - importlib; python_version == "3.6" + importlib; python_version == "3.10"