summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2023-10-10 21:34:59 -0700
committerGitHub <noreply@github.com>2023-10-11 12:34:59 +0800
commit6332e18b48482f29aa96290face13e9b3b7277ea (patch)
tree105077b23b003c3de96dadec1a672f525dca2258 /pyproject.toml
parentf157f3f72ee388970861c31557ba624663d1a2c1 (diff)
Drop python 3.7, add 3.12 (#1426)
* Fix deprecation. * Drop python 3.7 and add 3.12. * Bump pendulum. * Changelog. * Update gh actions. * See if things pass without this scenario. * Skip failing scenarios in 3.12.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 84541679..8477d729 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.black]
line-length = 88
-target-version = ['py37']
+target-version = ['py38']
include = '\.pyi?$'
exclude = '''
/(