diff --git a/Earthfile b/Earthfile index 04858924..71167647 100644 --- a/Earthfile +++ b/Earthfile @@ -1,7 +1,7 @@ VERSION 0.8 tox: - FROM python:3.13.7-alpine + FROM python:3.14.2-alpine DO github.com/genestack/earthly-libs:6e90f15c1b437e0bfdf6f95786cac47fb5c0c7e9+PYTHON_PREPARE CACHE /root/.cache COPY requirements-tox.txt tox.ini . @@ -72,7 +72,7 @@ push: pypi-clean.sh docs: - FROM python:3.13.7 + FROM python:3.14.2 DO github.com/genestack/earthly-libs:6e90f15c1b437e0bfdf6f95786cac47fb5c0c7e9+PYTHON_PREPARE # Build diff --git a/tox.ini b/tox.ini index 6466b876..c7c5ab5d 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist = py311 py312 py313 + py314 [testenv] deps=-r{toxinidir}/requirements.txt