From 8a1e6f9f8c8039589d9aefb1457041ed6137051c Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Thu, 26 Dec 2024 17:52:17 +0100 Subject: [PATCH] Changes for deployment and CI tests --- config/appveyor/runtests.sh | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/appveyor/runtests.sh b/config/appveyor/runtests.sh index 86ba5ce1c6..18cc67c358 100755 --- a/config/appveyor/runtests.sh +++ b/config/appveyor/runtests.sh @@ -9,7 +9,7 @@ export LDFLAGS="-L/usr/local/lib -L/usr/local/opt/gettext/lib ${LDFLAGS}"; export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include ${CPPFLAGS}"; export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib ${LDFLAGS}"; -# Set the following environment variables to ensure tox can find Python 3.12. -export PATH="/usr/local/opt/python@3.12/bin:${PATH}"; +# Set the following environment variables to ensure tox can find Python 3.13. +export PATH="/usr/local/opt/python@3.13/bin:${PATH}"; -tox -e py312 +tox -e py313 diff --git a/setup.cfg b/setup.cfg index e19a648fb8..e78858c403 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = plaso -version = 20241012 +version = 20241226 description = Plaso (log2timeline) - Super timeline all the things long_description = Plaso (log2timeline) is a framework to create super timelines. Its purpose is to extract timestamps from various files found on typical computer systems and aggregate them. long_description_content_type = text/plain