Skip to content

Commit

Permalink
Merge pull request #169 from felicio93/new_util_funcs_v159
Browse files Browse the repository at this point in the history
New util funcs v159, dropped support Python3.9
  • Loading branch information
felicio93 authored Aug 16, 2024
2 parents 38f3ac4 + 2897ffa commit aec574f
Show file tree
Hide file tree
Showing 10 changed files with 483 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional_test_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.9', '3.10', '3.11' ]
python-version: [ '3.10', '3.11' ]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ python ./setup.py develop # Run this if you are a developer.
```

#### Requirements
* 3.9 <= Python
* 3.10 <= Python
* CMake
* C/C++ compilers

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ dependencies:
- mpi4py
- pyarrow
- pytz
- colored-traceback
- colored-traceback<=0.3.0
- typing-extensions
- jigsawpy
Loading

0 comments on commit aec574f

Please sign in to comment.