Skip to content

Commit

Permalink
Merge pull request #258 from cta-observatory/update_deps
Browse files Browse the repository at this point in the history
Update python and corsikaio versions
  • Loading branch information
VictorBarbosaMartins authored Jun 22, 2023
2 parents 6d613b0 + 508c3ce commit 9a00fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ def finalize_options(self):
'eventio': ['*.c'],
'eventio.simtel': ['*.c'],
},
python_requires='>=3.6',
python_requires='>=3.8',
install_requires=[
'numpy',
'corsikaio ~= 0.2.0',
'corsikaio ~= 0.3.3',
'zstandard > 0.11.1', # memory leak in zstandard 0.11.1
'setuptools_scm',
],
Expand Down

0 comments on commit 9a00fbe

Please sign in to comment.