Skip to content

Commit a90f29e

Browse files
authored
Merge pull request #489 from bknueven/rm_py_38
2 parents df6c651 + e4b5a29 commit a90f29e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/test_pr_and_main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: conda-incubator/setup-miniconda@v2
3434
with:
3535
activate-environment: test_env
36-
python-version: 3.8
36+
python-version: 3.9
3737
auto-activate-base: false
3838
- name: Install dependencies
3939
run: |

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
author='David Woodruff',
3434
author_email='[email protected]',
3535
packages=packages,
36-
python_requires='>=3.8',
36+
python_requires='>=3.9',
3737
install_requires=[
3838
'sortedcollections',
3939
'numpy<2',

0 commit comments

Comments
 (0)