Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ workflows:
matrix:
parameters:
version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down Expand Up @@ -157,7 +156,6 @@ test_and_publish:
matrix:
parameters:
version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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,
Expand Down