Skip to content

Commit 4d3d34a

Browse files
ctruedenclaude
andcommitted
Update pixi.toml files to use [workspace] instead of deprecated [project]
Pixi deprecated the [project] table in pixi.toml in favour of [workspace]. Updates cowsay-multi-env.toml and the PIXI_TOML_STUB in test_content.py. pyproject.toml files are left unchanged since [project] is the correct PEP 517 standard header there. See also apposed/appose-java@0c26155 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c7b665c commit 4d3d34a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/builder/test_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# scheme detection, but deliberately incompatible with the builder under test.
3737

3838
PIXI_TOML_STUB = """\
39-
[project]
39+
[workspace]
4040
name = "stub"
4141
channels = ["conda-forge"]
4242
platforms = ["linux-64"]

tests/resources/envs/cowsay-multi-env.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[project]
1+
[workspace]
22
name = "appose-cowsay-multi-env"
33
channels = ["conda-forge"]
44
platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"]

0 commit comments

Comments
 (0)