Skip to content

Commit 19cf79b

Browse files
authored
Merge pull request #41 from pradal/master
Remove limitation to python <3.11
2 parents 57b6c2c + 3f3d7d9 commit 19cf79b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: conda/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ requirements:
1919
- setuptools
2020
- openalea.deploy
2121
run:
22-
- python <3.11
22+
- python x.x
2323
- openalea.deploy
2424
- openalea.core
2525
- openalea.oalab

Diff for: src/openalea/visualea/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
MINOR = 4
1212
"""(int) Version minor component."""
1313

14-
POST = 2
14+
POST = 3
1515
"""(int) Version post or bugfix component."""
1616

1717
__version__ = ".".join([str(s) for s in (MAJOR, MINOR, POST)])

0 commit comments

Comments
 (0)