Skip to content

Commit

Permalink
Add support for Python 3.11, refs #130 (#133)
Browse files Browse the repository at this point in the history
* dev Add Python 3.11 to the CI, refs #130

* Move from pyjwt to python-jose (#91)

* Add python-jose

* Edit to use jose instead of pyjwt

* Remove import jwt

* dev Add Python 3.11 to the CI, refs #130

* dev Add Python 3.11 to the CI, closes #130

* dev Add Python 3.11 to the CI, closes #130

* dev Add Python 3.11 to the CI, closes #130

Co-authored-by: David Kim <kdaeyoub@gmail.com>
  • Loading branch information
rednafi and DavidKimDY committed Oct 31, 2022
1 parent 80f52b6 commit 5e7be60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/python311/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM python:3.10-slim-bullseye
FROM python:3.11-slim-bullseye

# Set environment variables.
ENV PYTHONWRITEBYTECODE 1
Expand Down

0 comments on commit 5e7be60

Please sign in to comment.