Skip to content

Commit

Permalink
python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Oct 9, 2024
1 parent 5863798 commit 12d1111
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pydar
channels:
- conda-forge
dependencies:
- python>=3.10,<3.13 # minimum support 3.10, maximum support 3.12
- python>=3.10,<3.14 # minimum support 3.10, maximum support 3.13
- beautifulsoup4
- pandas
- pdr
Expand All @@ -11,6 +11,6 @@ dependencies:
- pytest
- rasterio
- urllib3
#- pip
#- pip:
# - matplotlib # avoid warning "QApplication: invalid style override passed, ignoring it."
- pip
- pip:
- matplotlib # avoid warning "QApplication: invalid style override passed, ignoring it."
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Physics",
Expand Down

0 comments on commit 12d1111

Please sign in to comment.