Skip to content

Commit

Permalink
Fix config (#703)
Browse files Browse the repository at this point in the history
<!--
⚠️ If you do not respect this template, your pull request will be
closed.
⚠️ Your pull request title should be short detailed and understandable
for all.
⚠️ Also, please add a release note file using reno if the change needs
to be
  documented in the release notes.
⚠️ If your pull request fixes an open issue, please link to the issue.

- [ ] I have added the tests to cover my changes.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the CONTRIBUTING document.
-->

### Summary

Fixes the config so the tests work on my machine.
  • Loading branch information
frankharkins authored Apr 30, 2024
1 parent ab7f0b9 commit 917ef99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description-file = README.md
description_file = README.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
packages=setuptools.find_packages(),
package_data={"ecosystem": ["html_templates/*.jinja"]},
install_requires=install_requires,
python_requires='>=3.6'
python_requires='>=3.9'
)
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist = py39, lint, coverage, black
skipsdist = True

[testenv]
basepython = python3.9
usedevelop = true
passenv = *
install_command = pip install -U {opts} {packages}
Expand Down

0 comments on commit 917ef99

Please sign in to comment.