File tree Expand file tree Collapse file tree 2 files changed +694
-1036
lines changed Expand file tree Collapse file tree 2 files changed +694
-1036
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ name = "pypi"
23
23
# 5. Run `pipenv install --dev` in your terminal.
24
24
25
25
[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" }
27
27
# 🚫 Don't add [packages] below that are inherited from the CFL package.
28
28
29
29
[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" ]}
31
31
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
32
32
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.
33
33
34
34
[requires ]
35
- python_version = " 3.8 "
35
+ python_version = " 3.12 "
You can’t perform that action at this time.
0 commit comments