From 9c0732428e1234cdfef5cbbcd48e4f0f957b636c Mon Sep 17 00:00:00 2001 From: Malthe Borch Date: Sun, 28 Jan 2024 10:06:57 +0100 Subject: [PATCH] Fix Python 3.13 testing on Windows --- setup.py | 1 + tox.ini | 2 ++ 2 files changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 9f0af772..6fefa271 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ def run_tests(self): "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ], diff --git a/tox.ini b/tox.ini index eaafb328..a5ec6561 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,8 @@ commands = pytest --doctest-modules extras = test +setenv = + LOGNAME=dummy [testenv:lint] basepython = python3