Skip to content

Commit

Permalink
Fix reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
zacsimile committed Jul 31, 2024
1 parent 00b70f5 commit 932194d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# and requires that you have put your twine API key in your
# github secrets (see readme for details)
needs: [test]
runs-on: ubuntu-latest
runs-on: ${{ matrix.platform }}
if: contains(github.ref, 'tags')
strategy:
fail-fast: false
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,14 @@ classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: OS Independent
License :: OSI Approved :: GNU General Public License v3 (GPLv3)


[options]
packages = find:
include_package_data = True
python_requires = >=3.7
python_requires = >=3.8
package_dir =
=src

Expand Down

0 comments on commit 932194d

Please sign in to comment.