Skip to content

Commit

Permalink
Added py39 to black target version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Jun 29, 2021
1 parent 36ca7a2 commit 80a13f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "utcnow"
version = "0.2.2"
version = "0.3.0"
description = "Timestamps as opinionated RFC 3339 (Date and Time on the Internet) formatted strings"
authors = ["Carl Oscar Aaro <[email protected]>"]
homepage = "https://github.com/kalaspuff/utcnow"
Expand Down Expand Up @@ -38,7 +38,7 @@ codecov = { version = ">=2.1.10", markers = "sys_platform != \"win32\"" }

[tool.black]
line-length = 120
target_version = ["py37", "py38"]
target_version = ["py37", "py38", "py39"]
include = '\.pyi?$'
exclude = '\.eggs/|\.egg-info/|\.git/|\.github/|\.mypy_cache/|\.venv/|\.pytest_cache/|\.vscode/|__pycache__/|build/|dist/|setup\.py'

Expand Down

0 comments on commit 80a13f6

Please sign in to comment.