Skip to content

Commit

Permalink
update python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Dec 14, 2023
1 parent 5532312 commit 987d9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# dev
- replace `pdal info --metadata` subprocess by a python command (used in the `color` module in particular)
- upgrade python version to 3.11

# 1.4.1
- fix copy_and_hack_decorator (was not returning the decorated function output)
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pdaltools
channels:
- conda-forge
dependencies:
- python=3.10.*
- python=3.11.*
- conda-forge:pdal>=2.6.*
- conda-forge:python-pdal==3.2.*
- requests
Expand Down

0 comments on commit 987d9f0

Please sign in to comment.