Skip to content

Commit b25c167

Browse files
committed
Revised the notice.
1 parent 4a11fcd commit b25c167

File tree

5 files changed

+399
-5
lines changed

5 files changed

+399
-5
lines changed

Diff for: .python-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12

Diff for: Pipfile

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
sphinx = "*"
8+
sphinx-rtd-theme = "*"
9+
sphinx-copybutton = "*"
10+
sphinx-sitemap = "*"
11+
12+
[dev-packages]
13+
14+
[requires]
15+
python_version = "3.12"

0 commit comments

Comments
 (0)