-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 1.3.0 -- drop Python 3.8 (#107)
* Release 1.3.0 Signed-off-by: GitHub <[email protected]> * Drop Python 3.8 Signed-off-by: GitHub <[email protected]> --------- Signed-off-by: GitHub <[email protected]>
- Loading branch information
1 parent
ba6d546
commit 0cf067a
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[project] | ||
name = "imsosorry" | ||
version = "1.2.3" | ||
version = "1.3.0" | ||
description = "Sometimes it can be necessary to call upon the ancient arts..." | ||
authors = [ | ||
{ name = "Bradley Reynolds", email = "[email protected]" }, | ||
] | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
requires-python = ">=3.8" | ||
requires-python = ">=3.9" | ||
dependencies = [] | ||
|
||
[project.urls] | ||
|
@@ -39,7 +39,7 @@ build-backend = "setuptools.build_meta" | |
[tool.ruff] | ||
preview = true | ||
unsafe-fixes = true | ||
target-version = "py38" | ||
target-version = "py39" | ||
line-length = 120 | ||
|
||
[tool.ruff.lint] | ||
|