From 94f9a4b2d88564b944a3f4cd3ab50880013fc9fc Mon Sep 17 00:00:00 2001 From: ahms5 Date: Wed, 30 Nov 2022 13:21:26 +0100 Subject: [PATCH 1/2] apply python requirements >=3.8 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, From 741cd2d4c40c1f96fe17d3d2b650c8d01b3cdeb9 Mon Sep 17 00:00:00 2001 From: ahms5 Date: Wed, 30 Nov 2022 13:27:46 +0100 Subject: [PATCH 2/2] change in circleCI settings --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) 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"