From 20ee80601102fe68392b2905531b66b7136f8972 Mon Sep 17 00:00:00 2001 From: Adam Souzis Date: Tue, 29 Oct 2024 11:35:16 -0700 Subject: [PATCH] update tosca-parser tests for Python 3.13 --- tosca-parser | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tosca-parser b/tosca-parser index 39a7009f..69dbcdad 160000 --- a/tosca-parser +++ b/tosca-parser @@ -1 +1 @@ -Subproject commit 39a7009f02b87b13662802bd09062d078daf4ae9 +Subproject commit 69dbcdad5243bce5760b34e345946b7d70d37774 diff --git a/tox.ini b/tox.ini index b2e9013a..03af7e9f 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,7 @@ basepython = py310: python3.10 py311: python3.11 py312: python3.12 - py312: python3.13 + py313: python3.13 deps = setuptools-rust>=1.7.0 -r{toxinidir}/all-requirements.txt