File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ classifiers =
2222 Programming Language :: Python
2323 Programming Language :: Python :: 3
2424 Programming Language :: Python :: 3 :: Only
25- Programming Language :: Python :: 3.7
26- Programming Language :: Python :: 3.8
2725 Programming Language :: Python :: 3.9
2826 Programming Language :: Python :: 3.10
2927 Programming Language :: Python :: 3.11
@@ -37,7 +35,7 @@ classifiers =
3735packages = find:
3836install_requires =
3937 GitPython
40- python_requires = >=3.7
38+ python_requires = >=3.9
4139include_package_data = True
4240package_dir =
4341 = src
Original file line number Diff line number Diff line change 11"""Bare-bones Python package to access G4Edge test data files."""
2+
23from __future__ import annotations
34
45from g4edgetestdata ._version import version as __version__
56from g4edgetestdata .core import G4EdgeTestData
67
7- __all__ = ["__version__ " , "G4EdgeTestData " ]
8+ __all__ = ["G4EdgeTestData " , "__version__ " ]
You can’t perform that action at this time.
0 commit comments