Skip to content

Commit

Permalink
Merge pull request #83 from bschoening/patch-1
Browse files Browse the repository at this point in the history
Update setup.py to support Python 3.8..3.12
  • Loading branch information
ikirudennis authored Aug 5, 2024
2 parents 16b7059 + 7715a78 commit d6f922b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ def get_version():
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.5',
'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',
'Topic :: Software Development :: Libraries :: Python Modules',
],
keywords='textile,text,html markup',
Expand Down

0 comments on commit d6f922b

Please sign in to comment.