diff --git a/.ci/.matrix_python.yml b/.ci/.matrix_python.yml index 86c87ad88..b1bcd0ca8 100644 --- a/.ci/.matrix_python.yml +++ b/.ci/.matrix_python.yml @@ -1,3 +1,3 @@ VERSION: - python-3.6 - - python-3.13 + - python-3.14 diff --git a/.ci/publish-aws.sh b/.ci/publish-aws.sh index fafb254de..2f71ab749 100755 --- a/.ci/publish-aws.sh +++ b/.ci/publish-aws.sh @@ -51,7 +51,7 @@ for region in $ALL_AWS_REGIONS; do --layer-name="${FULL_LAYER_NAME}" \ --description="AWS Lambda Extension Layer for the Elastic APM Python Agent" \ --license-info="BSD-3-Clause" \ - --compatible-runtimes python3.6 python3.7 python3.8 python3.9 python3.10 python3.11 python3.12 python3.13\ + --compatible-runtimes python3.6 python3.7 python3.8 python3.9 python3.10 python3.11 python3.12 python3.13 python3.14\ --zip-file="fileb://${zip_file}"); then echo "WARNING: Failed to publish to ${region}" failed_regions+=("${region}") diff --git a/docs/reference/supported-technologies.md b/docs/reference/supported-technologies.md index d60291a0b..ffa52b461 100644 --- a/docs/reference/supported-technologies.md +++ b/docs/reference/supported-technologies.md @@ -41,6 +41,7 @@ The following Python versions are supported: * 3.11 * 3.12 * 3.13 +* 3.14 ### Django [supported-django] diff --git a/setup.cfg b/setup.cfg index 0a56a9b01..66e61d34a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,7 @@ classifiers = Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.13 + Programming Language :: Python :: 3.14 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy License :: OSI Approved :: BSD License