diff --git a/noxfile.py b/noxfile.py index 8d7e837..1243f97 100644 --- a/noxfile.py +++ b/noxfile.py @@ -17,7 +17,7 @@ {sys.executable} -m pip install nox-poetry""" raise SystemExit(dedent(message)) from None -python_versions = ["3.11", "3.10", "3.9", "3.8", "3.7"] +python_versions = ["3.11", "3.10", "3.9", "3.8"] nox.options.sessions = ("tests",) diff --git a/pyproject.toml b/pyproject.toml index 0676183..f83d04c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ [tool.poetry] name = "tap-geekbot" -version = "0.0.1" +version = "0.0.0" description = "`tap-geekbot` is a Singer tap for Geekbot, built with the Meltano SDK for Singer Taps." authors = ["Edgar Ramírez-Mondragón "] keywords = [ @@ -41,7 +41,7 @@ ignore = [ line-length = 88 select = ["ALL"] src = ["tap_geekbot", "tests"] -target-version = "py37" +target-version = "py38" unfixable = [ "ERA001", # commented-out-code ]