Test under py313

Change-Id: Ib797f73134c8fa5ef0dc66aeddf06adfa50ed7d4
This commit is contained in:
Tim Burke
2025-04-23 10:03:36 -07:00
parent fd9ceecc50
commit b80de7cc37

View File

@@ -142,6 +142,22 @@
python_use_pyenv: True
python_version: '3.12'
- job:
name: swift-tox-py313
parent: swift-tox-base
nodeset: ubuntu-noble
description: |
Run unit-tests for swift under cPython version 3.13.
Uses tox with the ``py313`` environment.
It sets TMPDIR to an XFS mount point created via
tools/test-setup.sh.
vars:
tox_envlist: py313
bindep_profile: test py313
python_use_pyenv: True
python_version: '3.13'
- job:
name: swift-tox-func-py312
parent: swift-tox-base
@@ -623,6 +639,8 @@
irrelevant-files: *unittest-irrelevant-files
- swift-tox-py312:
irrelevant-files: *unittest-irrelevant-files
- swift-tox-py313:
irrelevant-files: *unittest-irrelevant-files
# Functional tests
- swift-tox-func-py312: