Skip to content

Commit 5ab90c7

Browse files
committed
test on py3.11
1 parent 217acc8 commit 5ab90c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
test:
1616
strategy:
1717
matrix:
18-
python-version: ['3.7', '3.8', '3.9', '3.10']
18+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1919
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
2020
# do not cancel any jobs when a single job fails
2121
fail-fast: false

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# python version used to bootstrap local development environment
2-
PYTHON_VERSION=3.11.1
2+
PYTHON_VERSION=3.11.2
33
PROJECT_NAME=python-paseto
44

55
# create virtual environment using pyenv

0 commit comments

Comments
 (0)