From cc145fa308d86e44c713fb5711240d60bd79fee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 10 Dec 2024 15:00:20 +0100 Subject: [PATCH] Add testing for Python 3.13 (#372) --- .github/ISSUE_TEMPLATE/bug.yml | 6 ++++-- .github/workflows/actions.yml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 7d88957..31b8e40 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -25,10 +25,12 @@ body: attributes: label: Python version options: - - 3.8 - - 3.9 + - "3.8" + - "3.9" - "3.10" - "3.11" + - "3.12" + - "3.13" - type: textarea validations: required: true diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 9e674f8..7e0e2cb 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -50,7 +50,7 @@ jobs: - version: "3.10" - version: "3.11" - version: "3.12" - prereleases: true + - version: "3.13" steps: - name: 📥 Checkout the repository uses: actions/checkout@v4.2.2 diff --git a/README.md b/README.md index 6178c07..b41e341 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AwesomeVersion [![codecov](https://codecov.io/gh/ludeeus/awesomeversion/branch/main/graph/badge.svg)](https://codecov.io/gh/ludeeus/awesomeversion) -![python version](https://img.shields.io/badge/Python-3.8=><=3.12-blue.svg) +![python version](https://img.shields.io/badge/Python-3.8=><=3.13-blue.svg) ![dependencies](https://img.shields.io/badge/Dependencies-0-blue.svg) [![PyPI](https://img.shields.io/pypi/v/awesomeversion)](https://pypi.org/project/awesomeversion) ![Actions](https://github.com/ludeeus/awesomeversion/workflows/Actions/badge.svg?branch=main)