1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 23:43:03 +00:00

more python versions support

This commit is contained in:
deadc0de6
2025-12-30 17:17:19 +01:00
committed by deadc0de
parent 55c5869c30
commit 36e2e8a32d
6 changed files with 79 additions and 26 deletions

4
pyproject.toml vendored
View File

@@ -11,11 +11,15 @@ license = 'GPL-3.0'
requires-python = ">=3"
classifiers = [
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: 3.14',
]
keywords = ['dotfiles', 'jinja2']
dependencies = [