Skip to content

Commit

Permalink
Update setup to limit to python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TGWolf committed May 22, 2024
1 parent feab7f2 commit 942bdc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message: If you use this software, please cite it using these metadata.
title: Draw Lines
abstract: Draw lines on the console with optional text.
type: software
version: 0.1.0
version: 0.1.1
date-released: 2024-05-22
repository-code: https://github.com/DevelopersToolbox/draw-lines-package
keywords:
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='wolfsoftware.drawlines',
version='0.1.0',
version='0.1.1',
author='Wolf Software',
author_email='[email protected]',
description='Draw lines on the console with optional text',
Expand Down Expand Up @@ -52,5 +52,6 @@
'Programming Language :: Python :: 3.12',
'Operating System :: OS Independent',
'Topic :: Software Development',
]
],
python_requires='>=3.9',
)

0 comments on commit 942bdc4

Please sign in to comment.