Bump version to 2.3.2 (#524)

Signed-off-by: saimedhi <[email protected]>
This commit is contained in:
Sai Medhini Reddy Maryada
2023-10-06 16:37:56 -04:00
committed by GitHub
parent be26adb369
commit 49c2f6e87d
6 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ SOURCE_FILES = (
)
@nox.session(python=["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"])
@nox.session(python=["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"])
def test(session):
session.install(".")
session.install("-r", "dev-requirements.txt")