Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ on:

jobs:
build:

# Tag ubuntu version to 22.04, in order to support python 3.7
# See issue: https://github.com/actions/runner-images/issues/10893
# When ready to drop 3.7, can update from 'ubuntu-22.04' -> 'ubuntu-latest'
# Tag ubuntu image version to 22.04 in order to support python 3.7
# When dropping 3.7, can update release (to 'ubuntu-24.04' or 'ubuntu-latest')
runs-on: ubuntu-22.04
env:
MODULE_NAME: specparam
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
description = 'Spectral parameterization.',
long_description = long_description,
long_description_content_type = 'text/x-rst',
python_requires = '>=3.6',
python_requires = '>=3.7',
author = 'The Voytek Lab',
author_email = 'voyteklab@gmail.com',
maintainer = 'Thomas Donoghue',
Expand Down