Skip to content

Commit

Permalink
feat(deps): Update Python version constraints to support 3.10 and 3.11 (
Browse files Browse the repository at this point in the history
#179)

* fix(deps): Change python version pinning

* refactor: Fix type annotations error for Python 3.10 and 3.11
  • Loading branch information
esloch authored Dec 5, 2023
1 parent 4952a63 commit ba8b7e5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3,934 deletions.
2 changes: 1 addition & 1 deletion conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python>=3.11
- python >=3.10,<3.12
- numpy>=1.26.2
- cffi
- gcc
Expand Down
Loading

0 comments on commit ba8b7e5

Please sign in to comment.