Skip to content

Commit 50c4bfe

Browse files
Merge pull request #37 from FernandoCelmer/feature/36
πŸ“Œ ISSUE-#36: Update Python 3.12
2 parents 4e8f0f3 + 71168b6 commit 50c4bfe

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

β€Ž.tool-versionsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python 3.9.10
1+
python 3.12.7

β€ŽLICENSEβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Fernando Celmer
3+
Copyright (c) 2024 Fernando Celmer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

β€Ždocs/index.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ theme:
4949
5050
We use GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them. If you need anything, I ask you to please follow our templates for opening issues or discussions.
5151
52-
- πŸ› [Bug Report](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new)
53-
- πŸ“• [Documentation Issue](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new)
54-
- πŸš€ [Feature Request](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new)
55-
- πŸ’¬ [General Question](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new)
52+
- πŸ› [Bug Report](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new/choose)
53+
- πŸ“• [Documentation Issue](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new/choose)
54+
- πŸš€ [Feature Request](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new/choose)
55+
- πŸ’¬ [General Question](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new/choose)
5656
5757
## Commit Style
5858

β€Žmkdocs_simple_blog/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__author__ = 'Fernando Celmer <[email protected]>'
44
__copyright__ = """MIT License
55
6-
Copyright (c) 2023 Fernando Celmer
6+
Copyright (c) 2024 Fernando Celmer
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

β€Žrequirements.txtβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mkdocs==1.5.2
2-
mkdocs-simple-blog==0.0.8
1+
mkdocs==1.6.1
2+
mkdocs-simple-blog==0.0.9

β€Ž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)