From 733d870ab5cf551c082f18e4818e7fdcc9d77370 Mon Sep 17 00:00:00 2001 From: branislav-jenco-4ss <152614622+branislav-jenco-4ss@users.noreply.github.com> Date: Wed, 13 May 2026 08:43:28 +0200 Subject: [PATCH] Updating to support python 3.14 --- .github/workflows/ci.yaml | 2 +- docs/getting_started.rst | 3 +-- setup.cfg | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 993d9cb..31d3286 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.11", "3.12", "3.13"] + python-version: ["3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v2 diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 10ffe7b..3003a00 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -8,8 +8,7 @@ Head over to `Python.org`_ for instructions. Python version support ---------------------- -Officially Python 3.11, 3.12, and 3.13. We aim to support the three most -recent major versions. +Officially Python 3.11, 3.12, 3.13 and 3.14. We aim to support most recent major versions. OS support ---------- diff --git a/setup.cfg b/setup.cfg index 08c842c..2f3b1cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,7 @@ classifiers = Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.13 + Programming Language :: Python :: 3.14 [options] zip_safe = False