Skip to content

Commit 7c9f6e5

Browse files
committed
build with Python 3.13
1 parent e77cd91 commit 7c9f6e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- "3.10"
3434
- "3.11"
3535
- "3.12"
36+
- "3.13"
3637
steps:
3738
- uses: actions/checkout@v4
3839
- name: Set up Python ${{ matrix.python-version }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cryptojwt
22

33
![License](https://img.shields.io/badge/license-Apache%202-blue.svg)
4-
![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)
4+
![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)
55
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
66

77
An implementation of the JSON cryptographic specs JWS, JWE, JWK, and JWA [RFC 7515-7518] and JSON Web Token (JWT) [RFC 7519]

0 commit comments

Comments
 (0)