Skip to content

Commit b9c1871

Browse files
authored
removing ref to label/dev
2 parents 792c655 + 0382ecc commit b9c1871

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/conda-package-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ jobs:
2121
uses: openalea/action-build-publish-anaconda/.github/workflows/openalea_ci.yml@main
2222
secrets:
2323
anaconda_token: ${{ secrets.ANACONDA_TOKEN }}
24-
with:
25-
force-channel-priority: conda-forge, openalea3/label/dev, openalea3
26-

conda/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: visualea_dev
22
channels:
3-
- openalea3/label/dev
43
- openalea3
54
- conda-forge
65
dependencies:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ classifiers = [
3636
"Programming Language :: Python :: 3.10",
3737
"Programming Language :: Python :: 3.11",
3838
"Programming Language :: Python :: 3.12",
39+
"Programming Language :: Python :: 3.13",
3940
"Topic :: Scientific/Engineering",
4041
]
4142
dynamic = ["version"]

0 commit comments

Comments
 (0)