From 7c9f6e5b7125ed8a75830dacf6427b68b7475b03 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Thu, 24 Oct 2024 11:47:51 +0200 Subject: [PATCH] build with Python 3.13 --- .github/workflows/test.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7314f75..16dd7dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,6 +33,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} diff --git a/README.md b/README.md index 8fc7bbf..1ee6733 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # cryptojwt ![License](https://img.shields.io/badge/license-Apache%202-blue.svg) -![Python version](https://img.shields.io/badge/python-3.7%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue.svg) +![Python version](https://img.shields.io/badge/python-3.7%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%203.12%203.13-blue.svg) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) An implementation of the JSON cryptographic specs JWS, JWE, JWK, and JWA [RFC 7515-7518] and JSON Web Token (JWT) [RFC 7519]