Skip to content

Commit

Permalink
Merge pull request #155 from r1chardj0n3s/universal
Browse files Browse the repository at this point in the history
universal wheel
  • Loading branch information
wimglenn authored Jun 17, 2023
2 parents d290e1c + 7c7e606 commit 27af10c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version:
- "2.7"
- "3.7"
- "3.8"
- "3.9"
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ py-modules = ["parse"]

[tool.setuptools.dynamic]
version = {attr = "parse.__version__"}

[tool.distutils.bdist_wheel]
universal = true

0 comments on commit 27af10c

Please sign in to comment.