From 721181539fb4f074d11b878e448202178bee87b2 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 14 Aug 2023 10:40:05 -0700 Subject: Python 3.8+ (#4173) Python 3.7 went EOL last month. Time to bump up our supported versions to 3.8+ as well. --- Python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/setup.py') diff --git a/Python/setup.py b/Python/setup.py index 2a35516db..60109d7a9 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -60,6 +60,6 @@ setup(name = 'pywarpx', description = """Wrapper of WarpX""", package_data = package_data, install_requires = ['numpy', 'picmistandard==0.26.0', 'periodictable'], - python_requires = '>=3.7', + python_requires = '>=3.8', zip_safe=False ) -- cgit v1.2.3