From a78c9b5a65023ef58a6d2baf63a83e65f01580e1 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 26 Dec 2022 19:49:27 +0200 Subject: [PATCH] Increase python version and not ignore cfg --- skeleton/.gitignore | 3 +-- skeleton/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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"