Skip to content

Commit

Permalink
Upgrade Python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
plbrault committed Jun 9, 2024
1 parent bab8261 commit 0b89b32
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ autopep8 = "*"
pytest = "*"

[requires]
python_version = "3.11"
python_version = "3.12"

[scripts]
desktop = "python ./run-desktop.py"
Expand Down
46 changes: 23 additions & 23 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Also available on [itch.io](https://plbrault.itch.io/youre-the-os).

## Prerequisites

* Python 3.11
* Python 3.12
* [pipenv](https://pypi.org/project/pipenv/)
* An empty `.venv` directory at the root of the project

Expand Down

0 comments on commit 0b89b32

Please sign in to comment.