Skip to content

Commit

Permalink
Bump Python requirement to 3.10+
Browse files Browse the repository at this point in the history
Drop support for Python 3.9
  • Loading branch information
153957 committed Dec 16, 2024
1 parent 5b3efbd commit 0ba6c45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
fail-fast: false
matrix:
python-version: [
'3.9',
'3.10',
'3.11',
'3.12',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = 'hisparc-sapphire'
version = '3.1.0'
description = 'A framework for the HiSPARC experiment'
readme = 'README.rst'
requires-python = '>=3.9'
requires-python = '>=3.10'
license = {file = 'LICENSE'}
authors = [
{name = 'Arne de Laat', email = '[email protected]'},
Expand Down

0 comments on commit 0ba6c45

Please sign in to comment.