generated from oracle/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Settle on Python 3.12 for the "official version"
The README needed updating, and I wanted to provide a way to install without relying on pipenv. So I added a make target for this and documented it. But really, pipenv expects that you're just using a single Python version, and for simplicity, it should be the most recent version available on OL9. Thus, I've reset all the depnedencies to 3.12. Now, the README shows a valid way to install (some version of) the dependencies and get the project running, and using pipenv will set it up with the exact dependencies too. The CI system will use Python 3.12 too, so we should be set. Signed-off-by: Stephen Brennan <[email protected]>
- Loading branch information
Showing
6 changed files
with
131 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ types-aiofiles = "*" | |
pre-commit = "*" | ||
|
||
[requires] | ||
python_version = "3.13" | ||
python_version = "3.12" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.