Skip to content

Commit

Permalink
pyver
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed May 27, 2024
1 parent cf4a8c6 commit 1a6032f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

### Python Library ###
lib_name = {lib_name}
min_python = 3.7
min_python = 3.8
version = 0.0.1

### OPTIONAL ###

# requirements = fastcore pandas
# requirements = fastcore
# dev_requirements =
# console_scripts =

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
statuses = [ '1 - Planning', '2 - Pre-Alpha', '3 - Alpha',
'4 - Beta', '5 - Production/Stable', '6 - Mature', '7 - Inactive' ]
py_versions = '3.6 3.7 3.8 3.9 3.10'.split()
py_versions = '3.6 3.7 3.8 3.9 3.10 3.11 3.12'.split()

requirements = shlex.split(cfg.get('requirements', ''))
if cfg.get('pip_requirements'): requirements += shlex.split(cfg.get('pip_requirements', ''))
Expand Down

0 comments on commit 1a6032f

Please sign in to comment.