prospector 1.10.2__tar.gz → 1.11.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. {prospector-1.10.2 → prospector-1.11.0}/PKG-INFO +7 -7
  2. {prospector-1.10.2 → prospector-1.11.0}/prospector/exceptions.py +0 -1
  3. {prospector-1.10.2 → prospector-1.11.0}/prospector/formatters/pylint.py +0 -1
  4. {prospector-1.10.2 → prospector-1.11.0}/prospector/formatters/vscode.py +0 -1
  5. {prospector-1.10.2 → prospector-1.11.0}/prospector/formatters/xunit.py +0 -1
  6. {prospector-1.10.2 → prospector-1.11.0}/prospector/suppression.py +1 -0
  7. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/pylint/__init__.py +9 -2
  8. {prospector-1.10.2 → prospector-1.11.0}/pyproject.toml +8 -7
  9. {prospector-1.10.2 → prospector-1.11.0}/setup.py +5 -5
  10. {prospector-1.10.2 → prospector-1.11.0}/LICENSE +0 -0
  11. {prospector-1.10.2 → prospector-1.11.0}/README.rst +0 -0
  12. {prospector-1.10.2 → prospector-1.11.0}/prospector/__init__.py +0 -0
  13. {prospector-1.10.2 → prospector-1.11.0}/prospector/__main__.py +0 -0
  14. {prospector-1.10.2 → prospector-1.11.0}/prospector/autodetect.py +0 -0
  15. {prospector-1.10.2 → prospector-1.11.0}/prospector/blender.py +0 -0
  16. {prospector-1.10.2 → prospector-1.11.0}/prospector/blender_combinations.yaml +0 -0
  17. {prospector-1.10.2 → prospector-1.11.0}/prospector/compat.py +0 -0
  18. {prospector-1.10.2 → prospector-1.11.0}/prospector/config/__init__.py +0 -0
  19. {prospector-1.10.2 → prospector-1.11.0}/prospector/config/configuration.py +0 -0
  20. {prospector-1.10.2 → prospector-1.11.0}/prospector/config/datatype.py +0 -0
  21. {prospector-1.10.2 → prospector-1.11.0}/prospector/encoding.py +0 -0
  22. {prospector-1.10.2 → prospector-1.11.0}/prospector/finder.py +0 -0
  23. {prospector-1.10.2 → prospector-1.11.0}/prospector/formatters/__init__.py +0 -0
  24. {prospector-1.10.2 → prospector-1.11.0}/prospector/formatters/base.py +0 -0
  25. {prospector-1.10.2 → prospector-1.11.0}/prospector/formatters/emacs.py +0 -0
  26. {prospector-1.10.2 → prospector-1.11.0}/prospector/formatters/grouped.py +0 -0
  27. {prospector-1.10.2 → prospector-1.11.0}/prospector/formatters/json.py +0 -0
  28. {prospector-1.10.2 → prospector-1.11.0}/prospector/formatters/text.py +0 -0
  29. {prospector-1.10.2 → prospector-1.11.0}/prospector/formatters/yaml.py +0 -0
  30. {prospector-1.10.2 → prospector-1.11.0}/prospector/message.py +0 -0
  31. {prospector-1.10.2 → prospector-1.11.0}/prospector/pathutils.py +0 -0
  32. {prospector-1.10.2 → prospector-1.11.0}/prospector/postfilter.py +0 -0
  33. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/__init__.py +0 -0
  34. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/exceptions.py +0 -0
  35. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profile.py +0 -0
  36. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/default.yaml +0 -0
  37. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/doc_warnings.yaml +0 -0
  38. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/flake8.yaml +0 -0
  39. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/full_pep8.yaml +0 -0
  40. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/member_warnings.yaml +0 -0
  41. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/no_doc_warnings.yaml +0 -0
  42. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/no_member_warnings.yaml +0 -0
  43. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/no_pep8.yaml +0 -0
  44. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/no_test_warnings.yaml +0 -0
  45. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/strictness_high.yaml +0 -0
  46. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/strictness_low.yaml +0 -0
  47. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/strictness_medium.yaml +0 -0
  48. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/strictness_none.yaml +0 -0
  49. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/strictness_veryhigh.yaml +0 -0
  50. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/strictness_verylow.yaml +0 -0
  51. {prospector-1.10.2 → prospector-1.11.0}/prospector/profiles/profiles/test_warnings.yaml +0 -0
  52. {prospector-1.10.2 → prospector-1.11.0}/prospector/run.py +0 -0
  53. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/__init__.py +0 -0
  54. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/bandit/__init__.py +0 -0
  55. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/base.py +0 -0
  56. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/dodgy/__init__.py +0 -0
  57. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/exceptions.py +0 -0
  58. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/mccabe/__init__.py +0 -0
  59. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/mypy/__init__.py +0 -0
  60. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/profile_validator/__init__.py +0 -0
  61. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/pycodestyle/__init__.py +0 -0
  62. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/pydocstyle/__init__.py +0 -0
  63. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/pyflakes/__init__.py +0 -0
  64. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/pylint/collector.py +0 -0
  65. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/pylint/linter.py +0 -0
  66. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/pyright/__init__.py +0 -0
  67. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/pyroma/__init__.py +0 -0
  68. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/utils.py +0 -0
  69. {prospector-1.10.2 → prospector-1.11.0}/prospector/tools/vulture/__init__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: prospector
3
- Version: 1.10.2
3
+ Version: 1.11.0
4
4
  Summary: Prospector is a tool to analyse Python code by aggregating the result of other tools.
5
5
  Home-page: http://prospector.readthedocs.io
6
6
  License: GPLv2+
@@ -9,7 +9,7 @@ Author: Carl Crowder
9
9
  Author-email: git@carlcrowder.com
10
10
  Maintainer: Carl Crowder
11
11
  Maintainer-email: git@carlcrowder.com
12
- Requires-Python: >=3.7.2,<4.0
12
+ Requires-Python: >=3.8.1,<4.0
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Environment :: Console
15
15
  Classifier: Intended Audience :: Developers
@@ -17,12 +17,12 @@ Classifier: License :: OSI Approved :: GNU General Public License v2 or later (G
17
17
  Classifier: License :: Other/Proprietary License
18
18
  Classifier: Operating System :: Unix
19
19
  Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.8
21
20
  Classifier: Programming Language :: Python :: 3.9
22
21
  Classifier: Programming Language :: Python :: 3.10
23
22
  Classifier: Programming Language :: Python :: 3.10
24
23
  Classifier: Programming Language :: Python :: 3.11
25
- Classifier: Programming Language :: Python :: 3.7
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
26
  Classifier: Programming Language :: Python :: 3.8
27
27
  Classifier: Programming Language :: Python :: 3.9
28
28
  Classifier: Topic :: Software Development :: Quality Assurance
@@ -36,15 +36,15 @@ Requires-Dist: GitPython (>=3.1.27,<4.0.0)
36
36
  Requires-Dist: PyYAML
37
37
  Requires-Dist: bandit (>=1.5.1); extra == "with_bandit" or extra == "with_everything"
38
38
  Requires-Dist: dodgy (>=0.2.1,<0.3.0)
39
- Requires-Dist: flake8 (<6.0.0)
39
+ Requires-Dist: flake8 (<7.0.0)
40
40
  Requires-Dist: mccabe (>=0.7.0,<0.8.0)
41
41
  Requires-Dist: mypy (>=0.600); extra == "with_mypy" or extra == "with_everything"
42
42
  Requires-Dist: packaging
43
43
  Requires-Dist: pep8-naming (>=0.3.3,<=0.10.0)
44
44
  Requires-Dist: pycodestyle (>=2.9.0)
45
45
  Requires-Dist: pydocstyle (>=2.0.0)
46
- Requires-Dist: pyflakes (>=2.2.0,<3)
47
- Requires-Dist: pylint (>=2.8.3)
46
+ Requires-Dist: pyflakes (>=2.2.0,<4)
47
+ Requires-Dist: pylint (>=2.8.3,<3.0)
48
48
  Requires-Dist: pylint-celery (==0.3)
49
49
  Requires-Dist: pylint-django (>=2.5,<2.6)
50
50
  Requires-Dist: pylint-flask (==0.6)
@@ -3,7 +3,6 @@ from pathlib import Path
3
3
 
4
4
 
5
5
  class FatalProspectorException(Exception):
6
-
7
6
  """
8
7
  Exception used to indicate an internal prospector problem.
9
8
  Problems in prospector itself should raise this to notify
@@ -5,7 +5,6 @@ from prospector.formatters.base import Formatter
5
5
 
6
6
 
7
7
  class PylintFormatter(Formatter):
8
-
9
8
  """
10
9
  This formatter outputs messages in the same way as pylint -f parseable , which is used by several
11
10
  tools to parse pylint output. This formatter is therefore a compatibility shim between tools built
@@ -5,7 +5,6 @@ from prospector.formatters.base import Formatter
5
5
 
6
6
 
7
7
  class VSCodeFormatter(Formatter):
8
-
9
8
  """
10
9
  This formatter outputs messages in the same way as vscode prospector linter expects.
11
10
  """
@@ -4,7 +4,6 @@ from prospector.formatters.base import Formatter
4
4
 
5
5
 
6
6
  class XunitFormatter(Formatter):
7
-
8
7
  """
9
8
  This formatter outputs messages in the Xunit xml format, which is used by several
10
9
  CI tools to parse output. This formatter is therefore a compatibility shim between tools built
@@ -19,6 +19,7 @@ in the file:
19
19
  This module's job is to attempt to collect all of these methods into
20
20
  a single coherent list of error suppression locations.
21
21
  """
22
+
22
23
  import re
23
24
  import warnings
24
25
  from collections import defaultdict
@@ -5,7 +5,7 @@ from collections import defaultdict
5
5
  from pathlib import Path
6
6
  from typing import List
7
7
 
8
- from pylint.config import find_pylintrc
8
+ from pylint.config import find_default_config_files
9
9
  from pylint.exceptions import UnknownMessageError
10
10
  from pylint.lint.run import _cpu_count
11
11
 
@@ -177,7 +177,14 @@ class PylintTool(ToolBase):
177
177
  # try to find a .pylintrc
178
178
  pylintrc = pylint_options.get("config_file")
179
179
  external_config = prospector_config.external_config_location("pylint")
180
- pylintrc = pylintrc or external_config or find_pylintrc()
180
+
181
+ pylintrc = pylintrc or external_config
182
+
183
+ if pylintrc is None:
184
+ for p in find_default_config_files():
185
+ pylintrc = str(p)
186
+ break
187
+
181
188
  if pylintrc is None: # nothing explicitly configured
182
189
  for possible in (".pylintrc", "pylintrc", "pyproject.toml", "setup.cfg"):
183
190
  pylintrc_path = os.path.join(prospector_config.workdir, possible)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "prospector"
3
- version = "1.10.2"
3
+ version = "1.11.0"
4
4
  description = "Prospector is a tool to analyse Python code by aggregating the result of other tools."
5
5
  authors = ["Carl Crowder <git@carlcrowder.com>"]
6
6
  maintainers = ["Carl Crowder <git@carlcrowder.com>",
@@ -17,11 +17,12 @@ classifiers = [
17
17
  "Intended Audience :: Developers",
18
18
  "Operating System :: Unix",
19
19
  "Topic :: Software Development :: Quality Assurance",
20
- "Programming Language :: Python :: 3.7",
21
20
  "Programming Language :: Python :: 3.8",
22
21
  "Programming Language :: Python :: 3.9",
23
22
  "Programming Language :: Python :: 3.10",
24
23
  "Programming Language :: Python :: 3.11",
24
+ "Programming Language :: Python :: 3.12",
25
+ "Programming Language :: Python :: 3.13",
25
26
  "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
26
27
  ]
27
28
  packages = [
@@ -36,8 +37,8 @@ include = [
36
37
  prospector = 'prospector.run:main'
37
38
 
38
39
  [tool.poetry.dependencies]
39
- python = ">=3.7.2,<4.0"
40
- pylint = ">=2.8.3"
40
+ python = ">=3.8.1,<4.0"
41
+ pylint = ">=2.8.3,<3.0"
41
42
  pylint-celery = "0.3"
42
43
  pylint-django = "~2.5"
43
44
  pylint-plugin-utils = "~0.7"
@@ -45,8 +46,8 @@ pylint-flask = "0.6"
45
46
  requirements-detector = ">=1.2.0"
46
47
  PyYAML = "*"
47
48
  mccabe = "^0.7.0"
48
- flake8 = "<6.0.0"
49
- pyflakes = ">=2.2.0,<3.*"
49
+ flake8 = "<7.0.0"
50
+ pyflakes = ">=2.2.0,<4.*"
50
51
  pycodestyle = ">=2.9.0"
51
52
  pep8-naming = ">=0.3.3,<=0.10.0"
52
53
  pydocstyle = ">=2.0.0"
@@ -78,7 +79,7 @@ tzlocal = "^4.2"
78
79
  coverage = "^6.5"
79
80
  pre-commit = "^2.20.0"
80
81
  tox = "^3.27.1"
81
- twine = "^4.0.2"
82
+ twine = "^5.1.1"
82
83
  types-PyYAML = "^6.0.4"
83
84
  types-setuptools = "^57.4.9"
84
85
 
@@ -27,18 +27,18 @@ install_requires = \
27
27
  ['GitPython>=3.1.27,<4.0.0',
28
28
  'PyYAML',
29
29
  'dodgy>=0.2.1,<0.3.0',
30
- 'flake8<6.0.0',
30
+ 'flake8<7.0.0',
31
31
  'mccabe>=0.7.0,<0.8.0',
32
32
  'packaging',
33
33
  'pep8-naming>=0.3.3,<=0.10.0',
34
34
  'pycodestyle>=2.9.0',
35
35
  'pydocstyle>=2.0.0',
36
- 'pyflakes>=2.2.0,<3',
36
+ 'pyflakes>=2.2.0,<4',
37
37
  'pylint-celery==0.3',
38
38
  'pylint-django>=2.5,<2.6',
39
39
  'pylint-flask==0.6',
40
40
  'pylint-plugin-utils>=0.7,<0.8',
41
- 'pylint>=2.8.3',
41
+ 'pylint>=2.8.3,<3.0',
42
42
  'requirements-detector>=1.2.0',
43
43
  'setoptconf-tmp>=0.3.1,<0.4.0',
44
44
  'toml>=0.10.2,<0.11.0']
@@ -60,7 +60,7 @@ entry_points = \
60
60
 
61
61
  setup_kwargs = {
62
62
  'name': 'prospector',
63
- 'version': '1.10.2',
63
+ 'version': '1.11.0',
64
64
  'description': 'Prospector is a tool to analyse Python code by aggregating the result of other tools.',
65
65
  'long_description': 'prospector\n==========\n\n.. image:: https://img.shields.io/pypi/v/prospector.svg\n :target: https://pypi.python.org/pypi/prospector\n :alt: Latest Version of Prospector\n.. image:: https://github.com/PyCQA/prospector/actions/workflows/tests.yml/badge.svg\n :target: https://github.com/PyCQA/prospector/actions/workflows/tests.yml\n :alt: Build Status\n.. image:: https://img.shields.io/coveralls/PyCQA/prospector.svg?style=flat\n :target: https://coveralls.io/r/PyCQA/prospector\n :alt: Test Coverage\n.. image:: https://readthedocs.org/projects/prospector/badge/?version=latest\n :target: https://prospector.readthedocs.io/\n :alt: Documentation\n\n\nAbout\n-----\n\nProspector is a tool to analyse Python code and output information about\nerrors, potential problems, convention violations and complexity.\n\nIt brings together the functionality of other Python analysis tools such as\n`Pylint <https://docs.pylint.org/>`_,\n`pycodestyle <https://pycodestyle.pycqa.org/>`_,\nand `McCabe complexity <https://pypi.python.org/pypi/mccabe>`_.\nSee the `Supported Tools <https://prospector.readthedocs.io/en/latest/supported_tools.html>`_\ndocumentation section for a complete list.\n\nThe primary aim of Prospector is to be useful \'out of the box\'. A common complaint of other\nPython analysis tools is that it takes a long time to filter through which errors are relevant\nor interesting to your own coding style. Prospector provides some default profiles, which\nhopefully will provide a good starting point and will be useful straight away, and adapts\nthe output depending on the libraries your project uses.\n\nInstallation\n------------\n\nProspector can be installed from PyPI using ``pip`` by running the following command::\n\n pip install prospector\n\nOptional dependencies for Prospector, such as ``pyroma`` can also be installed by running::\n\n pip install prospector[with_pyroma]\n\nSome shells (such as ``Zsh``, the default shell of macOS Catalina) require brackets to be escaped::\n\n pip install prospector\\[with_pyroma\\]\n\nFor a list of all of the optional dependencies, see the optional extras section on the ReadTheDocs\npage on `Supported Tools Extras <https://prospector.readthedocs.io/en/latest/supported_tools.html#optional-extras>`_.\n\nFor local development, `poetry <https://python-poetry.org/>`_ is used. Check out the code, then run::\n\n poetry install\n\nAnd for extras::\n\n poetry install -E with_everything\n\nFor more detailed information on installing the tool, see the\n`installation section <https://prospector.readthedocs.io/en/latest/#installation>`_ of the tool\'s main page\non ReadTheDocs.\n\nDocumentation\n-------------\n\nFull `documentation is available at ReadTheDocs <https://prospector.readthedocs.io>`_.\n\nUsage\n-----\n\nSimply run prospector from the root of your project::\n\n prospector\n\nThis will output a list of messages pointing out potential problems or errors, for example::\n\n prospector.tools.base (prospector/tools/base.py):\n L5:0 ToolBase: pylint - R0922\n Abstract class is only referenced 1 times\n\nOptions\n```````\n\nRun ``prospector --help`` for a full list of options and their effects.\n\nOutput Format\n~~~~~~~~~~~~~\n\nThe default output format of ``prospector`` is designed to be human readable. For parsing\n(for example, for reporting), you can use the ``--output-format json`` flag to get JSON-formatted\noutput.\n\nProfiles\n~~~~~~~~\n\nProspector is configurable using "profiles". These are composable YAML files with directives to\ndisable or enable tools or messages. For more information, read\n`the documentation about profiles <https://prospector.readthedocs.io/en/latest/profiles.html>`_.\n\nIf your code uses frameworks and libraries\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nOften tools such as pylint find errors in code which is not an error, for example due to attributes of classes being\ncreated at run time by a library or framework used by your project.\nFor example, by default, pylint will generate an error for Django models when accessing ``objects``, as the\n``objects`` attribute is not part of the ``Model`` class definition.\n\nProspector mitigates this by providing an understanding of these frameworks to the underlying tools.\n\nProspector will try to intuit which libraries your project uses by\n`detecting dependencies <https://github.com/landscapeio/requirements-detector>`_ and automatically turning on\nsupport for the requisite libraries. You can see which adaptors were run in the metadata section of the report.\n\nIf Prospector does not correctly detect your project\'s dependencies, you can specify them manually from the commandline::\n\n prospector --uses django celery\n\nAdditionally, if Prospector is automatically detecting a library that you do not in fact use, you can turn\noff autodetection completely::\n\n prospector --no-autodetect\n\nNote that as far as possible, these adaptors have been written as plugins or augmentations for the underlying\ntools so that they can be used without requiring Prospector. For example, the Django support is available as a pylint plugin.\n\nStrictness\n~~~~~~~~~~\n\nProspector has a configurable \'strictness\' level which will determine how harshly it searches for errors::\n\n prospector --strictness high\n\nPossible values are ``verylow``, ``low``, ``medium``, ``high``, ``veryhigh``.\n\nProspector does not include documentation warnings by default, but you can turn\nthis on using the ``--doc-warnings`` flag.\n\npre-commit\n----------\n\nIf you\'d like Prospector to be run automatically when making changes to files in your Git\nrepository, you can install `pre-commit <https://pre-commit.com/>`_ and add the following\ntext to your repositories\' ``.pre-commit-config.yaml``::\n\n repos:\n - repo: https://github.com/PyCQA/prospector\n rev: 1.10.0 # The version of Prospector to use, if not \'master\' for latest\n hooks:\n - id: prospector\n\nThis only installs base prospector - if you also use optional tools, for example bandit and/or mypy, then you can add\nthem to the hook configuration like so::\n\n repos:\n - repo: https://github.com/PyCQA/prospector\n rev: 1.10.0\n hooks:\n - id: prospector\n additional_dependencies:\n - ".[with_mypy,with_bandit]"\n - args: [\n \'--with-tool=mypy\',\n \'--with-tool=bandit\',\n ]\n\nAdditional dependencies can be `individually configured <https://prospector.landscape.io/en/master/profiles.html#individual-configuration-options>`_ in your `prospector.yml` file ::\n\n # https://bandit.readthedocs.io/en/latest/config.html\n bandit:\n options:\n skips:\n - B201\n - B601\n - B610\n - B611\n - B703\n\n # https://mypy.readthedocs.io/en/stable/command_line.html\n mypy:\n options:\n ignore-missing-imports: true\n\nFor prospector options which affect display only - those which are not configurable using a profile - these can be\nadded as command line arguments to the hook. For example::\n\n repos:\n - repo: https://github.com/PyCQA/prospector\n rev: 1.10.0\n hooks:\n - id: prospector\n additional_dependencies:\n - ".[with_mypy,with_bandit]"\n args:\n - --with-tool=mypy\n - --with-tool=bandit\n - --summary-only\n - --zero-exit\n\n\n\nLicense\n-------\n\nProspector is available under the GPLv2 License.\n',
66
66
  'author': 'Carl Crowder',
@@ -73,7 +73,7 @@ setup_kwargs = {
73
73
  'install_requires': install_requires,
74
74
  'extras_require': extras_require,
75
75
  'entry_points': entry_points,
76
- 'python_requires': '>=3.7.2,<4.0',
76
+ 'python_requires': '>=3.8.1,<4.0',
77
77
  }
78
78
 
79
79
 
File without changes
File without changes