Skip to content

Commit

Permalink
Remove Python 3.9 support due to type hints str | None
Browse files Browse the repository at this point in the history
  • Loading branch information
eric15342335 committed Aug 14, 2024
1 parent 13e5c6a commit 49c61af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion entry-src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Assumptions:
* The JSON file is valid and not empty, and the schema is UTF-8 encoded.
* Python >=3.9 is used for this submission.
* Python >=3.10 is used for this submission.
* If two students have the same weightage score for different schools,
the student with a smaller numerical ID value will be selected to enroll
in the school that appears first in the JSON file.
Expand Down

0 comments on commit 49c61af

Please sign in to comment.