diff --git a/.circleci/config.yml b/.circleci/config.yml index e2bb724..63bc27a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -128,7 +128,6 @@ workflows: matrix: parameters: version: - - "3.7" - "3.8" - "3.9" - "3.10" @@ -157,7 +156,6 @@ test_and_publish: matrix: parameters: version: - - "3.7" - "3.8" - "3.9" - "3.10" diff --git a/setup.py b/setup.py index 7108113..87153a2 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( author="The pyfar developers", author_email='info@pyfar.org', - python_requires='>=3.6', + python_requires='>=3.8', classifiers=[ 'Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Scientists', @@ -28,7 +28,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', ], - description="A python package for mmaterial modeling and quantification in acoustics.", + description="A python package for material modeling and quantification in acoustics.", install_requires=requirements, license="MIT license", long_description=readme + '\n\n' + history,