Merge pull request #739 from sigma67/re-enable-313

re-enable 3.13 job
This commit is contained in:
BJ Dierkes 2024-11-09 21:47:10 -06:00 committed by GitHub
commit 745790520f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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