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

Commit ff5dad3

Browse files
committed
Remove windows support
1 parent 15f6b9d commit ff5dad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
python-version: ["3.8", "3.9", "3.10"]
1515
poetry-version: ["1.1.15"]
16-
os: [ubuntu-latest, macos-latest, windows-latest]
16+
os: [ubuntu-latest, macos-latest]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "GPL-3.0"
77
readme = "README.md"
88
documentation = "https://zmievsa.github.io/autograder/"
99
repository = "https://github.com/zmievsa/autograder"
10-
# this might be unnecessary, I don't remember and am too lazy too google
10+
# this might be unnecessary, I don't remember and am too lazy to google
1111
include = ["autograder/**/*"]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)