Skip to content

Commit

Permalink
improve snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Dec 17, 2024
1 parent 1e06579 commit 11c3ff9
Showing 1 changed file with 30 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,40 @@
[
[
[
{
"spec": "python 3.8.*",
"variant": "python"
}
],
{
"spec": "python 3.8.*",
"variant": "python"
"constraints": [],
"depends": [
{
"source": "python"
},
{
"source": "__unix"
}
]
}
],
[
[
{
"spec": "python 3.9.*",
"variant": "python"
}
],
{
"spec": "python 3.9.*",
"variant": "python"
"constraints": [],
"depends": [
{
"source": "python"
},
{
"source": "__unix"
}
]
}
]
]

0 comments on commit 11c3ff9

Please sign in to comment.