Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit64cea87

Browse files
committed
Upgrade to Python 3.9 again
1 parent7310ddd commit64cea87

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎.github/workflows/workflow.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
-name:Set up Python
99
uses:actions/setup-python@v2
1010
with:
11-
python-version:3.8
11+
python-version:3.9
1212
-name:Set up Node
1313
uses:actions/setup-node@v2
1414
with:

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Several debuggers are provided, including [snoop](https://github.com/alexmojaki/
134134

135135
##Running locally
136136

137-
1. Install Python 3.8 and[poetry](https://python-poetry.org/docs/#installation).
137+
1. Install Python 3.9 and[poetry](https://python-poetry.org/docs/#installation).
138138
2. Run`poetry install` to install Python dependencies.
139139
3. Run`poetry run python -m core.generate_static_files`.
140140
4. In the`frontend` folder:

‎poetry.lock‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = ""
55
authors = ["Alex Hall <alex.mojaki@gmail.com>"]
66

77
[tool.poetry.dependencies]
8-
python ="~3.8"
8+
python ="~3.9"
99
birdseye = {git ="https://github.com/alexmojaki/birdseye.git",branch ="futurecoder"}
1010
snoop ="@latest"
1111
asttokens ="@latest"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp