Skip to content

Commit de2b92e

Browse files
authored
Merge pull request #132 from jschlyter/py311rc2
Build with Python 3.11 rc2
2 parents 8038fa0 + 861d4c4 commit de2b92e

File tree

3 files changed

+126
-104
lines changed

3 files changed

+126
-104
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- "3.8"
2828
- "3.9"
2929
- "3.10"
30-
- "3.11.0-rc.1"
30+
- "3.11.0-rc.2"
3131
steps:
3232
- uses: actions/checkout@v2
3333
- name: Set up Python ${{ matrix.python-version }}

README.md

Lines changed: 1 addition & 1 deletion
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.6%20%7C%203.7%7C%203.8%20%7C%203.9%20%7C%203.10-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)
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)