Skip to content

Commit a597e0a

Browse files
authored
Upgrade to Python 3.12 (#13)
* Upgrade to Python 3.12 * Install latest package python
1 parent 1a8cd90 commit a597e0a

File tree

2 files changed

+694
-1036
lines changed

2 files changed

+694
-1036
lines changed

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ name = "pypi"
2323
# 5. Run `pipenv install --dev` in your terminal.
2424

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

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

3434
[requires]
35-
python_version = "3.8"
35+
python_version = "3.12"

0 commit comments

Comments
 (0)