From c9deb03071736d8ae8bb1c0282a9898302d73a55 Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Sun, 14 Apr 2024 17:58:58 +0300 Subject: [PATCH] Update specifiers and matrix --- .github/workflows/main.yml | 6 +++--- README.md | 2 +- setup.py | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd7705b1..360b12ee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -70,7 +70,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/README.md b/README.md index d1f30a92..e7ba576a 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Use pip to install: $ pip install mashumaro ``` -The current version of `mashumaro` supports Python versions 3.8 — 3.12. +The current version of `mashumaro` supports Python versions 3.8 — 3.13. It's not recommended to use any version of Python that has reached its diff --git a/setup.py b/setup.py index 829fcd67..d7b76b94 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Development Status :: 5 - Production/Stable", ], license="Apache License, Version 2.0",