Skip to content

Commit

Permalink
Drop windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ginolatorilla committed Aug 13, 2023
1 parent 5e01b78 commit 774d9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Bootstrap on Python ${{matrix.python-version}} @${{matrix.os-image}}
strategy:
matrix:
os-image: ["ubuntu-latest", "windows-latest", "macos-latest"]
os-image: ["ubuntu-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
bootstrap-args: ["--layout=module", "--layout=package", "--dev"]
runs-on: ${{matrix.os-image}}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Inspired by [Kenneth Reitz's project template](https://github.com/kennethreitz/s
## Features

- Support for Python 3.8 and greater
- Support for Linux, Windows, and MacOS
- Support for Linux and MacOS
- GitHub workflow templates
- Linting with `flake8` and `mypy`
- Formatting with `yapf`
Expand Down

0 comments on commit 774d9e5

Please sign in to comment.