Skip to content

Commit

Permalink
Merge pull request #10 from brianhelba/windows
Browse files Browse the repository at this point in the history
Build wheels for Windows
  • Loading branch information
brianhelba committed Feb 24, 2021
2 parents f87c805 + e9f86d7 commit 86e0bb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9"]
# Linux builds don't need to run across different Python versions,
# they will all be installed under the manylinux action
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pip install zipfile-deflate64
```

Python 3.6, 3.7, 3.8, and 3.9 are supported,
with [manylinux2014 wheels](https://github.com/pypa/manylinux) and macOS wheels published to PyPI.
with [manylinux2014](https://github.com/pypa/manylinux), macOS and Windows wheels published to PyPI.

## Usage
Anywhere in a Python codebase:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit 86e0bb6

Please sign in to comment.