Skip to content

Commit

Permalink
Merge pull request #41 from pradal/master
Browse files Browse the repository at this point in the history
Remove limitation to python <3.11
  • Loading branch information
pradal authored Dec 19, 2024
2 parents 57b6c2c + 3f3d7d9 commit 19cf79b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
- setuptools
- openalea.deploy
run:
- python <3.11
- python x.x
- openalea.deploy
- openalea.core
- openalea.oalab
Expand Down
2 changes: 1 addition & 1 deletion src/openalea/visualea/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
MINOR = 4
"""(int) Version minor component."""

POST = 2
POST = 3
"""(int) Version post or bugfix component."""

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

0 comments on commit 19cf79b

Please sign in to comment.