Skip to content

Commit

Permalink
Bump python version in mypy and README
Browse files Browse the repository at this point in the history
  • Loading branch information
pkelaita committed Dec 12, 2024
1 parent fb06143 commit d599c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ Your name is Pierce and you are a software engineer.
Contributions are welcome! Please see the below contribution guide.
- **Requirements**
- Python >= 3.12
- Python >= 3.13
- [GNU Make](https://www.gnu.org/software/make/)
- **Setup**
- Clone this repository and create a Python virtual environment.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ warn_redundant_casts = true
warn_unused_ignores = true
warn_return_any = true

python_version = "3.12"
python_version = "3.13"

0 comments on commit d599c48

Please sign in to comment.