Skip to content

Commit

Permalink
remove python 3.11.0 limit (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
anissa111 authored Jun 24, 2023
1 parent 4b3dda4 commit 42897c1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_envs/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: gc-docs
channels:
- conda-forge
dependencies:
- python>=3.9, <=3.11
- python>=3.9, <3.12
- pre_commit
- geocat-datafiles
- geocat-viz
Expand Down
2 changes: 1 addition & 1 deletion build_envs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: geocat_comp_build
channels:
- conda-forge
dependencies:
- python>=3.9, <=3.11 # minimum support 3.9
- python>=3.9, <3.12 # minimum support 3.9
- cf_xarray>=0.3.1 # min version 0.3.1 for dependencies
- cftime
- dask
Expand Down
9 changes: 9 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
Release Notes
=============

v2023.06.1 (June 23, 2023)
--------------------------
This releases fixes the unintentional limitation of the 2023.06.0 release to python 3.11.0

Bug Fixes
^^^^^^^^^
* Fix python version limit of 3.11.0 by `Anissa Zacharias`_ in (:pr:`431`)


v2023.06.0 (June 23, 2023)
--------------------------
This release removes the geocat-f2py dependency. To use these functions, users
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers =
[options]
zip_safe = False
include_package_data = True
python_requires = >=3.9, <=3.11
python_requires = >=3.9, <3.12
packages =
geocat
geocat.comp
Expand Down

0 comments on commit 42897c1

Please sign in to comment.