Skip to content

Commit

Permalink
Merge pull request #24 from telegraphic/bump_python
Browse files Browse the repository at this point in the history
Bumping minimum python to 3.10 (to use case statements)
  • Loading branch information
telegraphic committed Apr 15, 2024
2 parents 20be97f + bfaf409 commit 2e24837
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: '3.10'
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get update
sudo apt-get install build-essential git pkg-config libhdf5-dev -y
python -m pip install --upgrade pip
pip install flake8 pytest
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
Expand Down

0 comments on commit 2e24837

Please sign in to comment.