Skip to content

Commit

Permalink
Upgrade to Python 3.12 (#13)
Browse files Browse the repository at this point in the history
* Upgrade to Python 3.12

* Install latest package python
  • Loading branch information
faucomte97 authored Sep 19, 2024
1 parent 1a8cd90 commit a597e0a
Show file tree
Hide file tree
Showing 2 changed files with 694 additions and 1,036 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ name = "pypi"
# 5. Run `pipenv install --dev` in your terminal.

[packages]
codeforlife = {ref = "v0.18.0", git = "https://github.com/ocadotechnology/codeforlife-package-python.git"}
codeforlife = {ref = "v0.18.12", git = "https://github.com/ocadotechnology/codeforlife-package-python.git"}
# 🚫 Don't add [packages] below that are inherited from the CFL package.

[dev-packages]
codeforlife = {ref = "v0.18.0", git = "https://github.com/ocadotechnology/codeforlife-package-python.git", extras = ["dev"]}
codeforlife = {ref = "v0.18.12", git = "https://github.com/ocadotechnology/codeforlife-package-python.git", extras = ["dev"]}
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.

[requires]
python_version = "3.8"
python_version = "3.12"
Loading

0 comments on commit a597e0a

Please sign in to comment.