Skip to content
Snippets Groups Projects
Verified Commit 007d6a06 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Drop Python 3.7 and 3.8 support

parent 7499481a
No related branches found
No related tags found
No related merge requests found
Pipeline #56119 passed with warnings
......@@ -39,22 +39,6 @@ stages:
reports:
junit: "reports/junit*.xml"
test-py3.7:
image: docker.km3net.de/base/python:3.7
stage: test
script:
- *virtualenv_definition
- make test
<<: *junit_definition
test-py3.8:
image: docker.km3net.de/base/python:3.8
stage: test
script:
- *virtualenv_definition
- make test
<<: *junit_definition
test-py3.9:
image: docker.km3net.de/base/python:3.9
stage: test
......
......@@ -19,10 +19,10 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
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
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering
keywords =
neutrino
......@@ -40,7 +40,7 @@ install_requires =
numpy>=2
uproot>=5
setuptools_scm
python_requires = >=3.7
python_requires = >=3.9
include_package_data = True
package_dir =
=src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment