Increase python version and not ignore cfg

This commit is contained in:
Antonio J. Delgado 2022-12-26 19:49:27 +02:00
parent 3e35aa9fb9
commit a78c9b5a65
2 changed files with 2 additions and 3 deletions

3
skeleton/.gitignore vendored
View file

@ -139,5 +139,4 @@ cython_debug/
# Configuration files
*.conf
*.cfg
*.ini
*.ini

View file

@ -6,4 +6,4 @@ version = __version__
packages = __project_codename__
install_requires =
requests
importlib; python_version == "3.6"
importlib; python_version == "3.10"