Skip to content

Commit 9e097af

Browse files
author
Christopher Doris
committed
force cpython to be installed (no pypy) [skip ci]
1 parent 7333d52 commit 9e097af

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CondaPkg.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
[deps]
2-
python = ">=3.7,<4"
1+
2+
[deps.python]
3+
channel = "conda-forge"
4+
build = "*cpython*"
5+
version = ">=3.7,<4"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1616
UnsafePointers = "e17b2a0c-0bdf-430a-bd0c-3a23cae4ff39"
1717

1818
[compat]
19-
CondaPkg = "0.2.6"
19+
CondaPkg = "0.2.11"
2020
MacroTools = "0.5"
2121
Requires = "1"
2222
Tables = "1"

0 commit comments

Comments
 (0)