Skip to content

Commit 9f4b0be

Browse files
📌 ISSUE: increase python version
1 parent 30a1068 commit 9f4b0be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎mkdocs_simple_blog/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.0.10-dev.1'
1+
__version__ = '0.0.10-dev.2'
22

33
__author__ = 'Fernando Celmer <[email protected]>'
44
__copyright__ = """MIT License

‎setup.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"Programming Language :: Python :: 3.9",
2929
"Programming Language :: Python :: 3.10",
3030
"Programming Language :: Python :: 3.11",
31+
"Programming Language :: Python :: 3.12",
3132
],
3233
install_requires=[
3334
'mkdocs>=1.5.2'

0 commit comments

Comments
 (0)