Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Remove windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
zmievsa committed Apr 15, 2024
1 parent 15f6b9d commit ff5dad3
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10"]
poetry-version: ["1.1.15"]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
readme = "README.md"
documentation = "https://zmievsa.github.io/autograder/"
repository = "https://github.com/zmievsa/autograder"
# this might be unnecessary, I don't remember and am too lazy too google
# this might be unnecessary, I don't remember and am too lazy to google
include = ["autograder/**/*"]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit ff5dad3

Please sign in to comment.