From f9dd4941fc440a681c986e5bf49d93d79410fc48 Mon Sep 17 00:00:00 2001 From: sigma67 Date: Mon, 7 Oct 2024 20:56:11 +0200 Subject: [PATCH] re-enable 3.13 job --- .travis.yml | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 33a5a27b..3a5d943c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,20 +47,18 @@ matrix: - DOCKER_COMPOSE_VERSION=v2.17.3 - SMTP_HOST=localhost - SMTP_PORT=1025 - - # derks@2024-06-22: disable until travis support 3.13 - # see: https://github.com/datafolklabs/cement/issues/683 - # - python: "3.13" - # dist: "jammy" - # sudo: true - # env: - # - DOCKER_COMPOSE_VERSION=v2.17.3 - # - SMTP_HOST=localhost - # - SMTP_PORT=1025 - # # below is a workaround due to invalid travis Python version - # - PDM_IGNORE_ACTIVE_VENV=true - # - PYTHON_VERSION=3.13 - + + - python: "3.13" + dist: "jammy" + sudo: true + env: + - DOCKER_COMPOSE_VERSION=v2.17.3 + - SMTP_HOST=localhost + - SMTP_PORT=1025 + # below is a workaround due to invalid travis Python version + - PDM_IGNORE_ACTIVE_VENV=true + - PYTHON_VERSION=3.13 + services: - memcached - redis-server