Skip to content

Commit

Permalink
fixup! Switch to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Jan 17, 2024
1 parent 02af593 commit c2de6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/python3
from distutils.core import setup

setup()

0 comments on commit c2de6ba

Please sign in to comment.