Skip to content

Commit 18bc18b

Browse files
authored
Merge pull request #66 from dmtzs/development
Update library workflows
2 parents e4abf1e + 5c069b6 commit 18bc18b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/pylint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: needs.changes.outputs.api == 'true'
4949
strategy:
5050
matrix:
51-
python-version: ["3.9", "3.10"]
51+
python-version: ["3.9", "3.10", "3.11"]
5252
steps:
5353
- uses: actions/checkout@v3
5454
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/tox-retro.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.9", "3.10"]
13+
python-version: ["3.9", "3.10", "3.11"]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.9", "3.10"]
13+
python-version: ["3.9", "3.10", "3.11"]
1414
steps:
1515
# Checkout the code from the repository
1616
- uses: actions/checkout@v3

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pyjwt[crypto]==2.5.0
2-
cryptography==38.0.3
1+
pyjwt[crypto]==2.6.0
2+
cryptography==39.0.1
33
Flask==2.2.2

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = Flask-authgen-jwt
3-
version = 4.1.0
3+
version = 4.1.1
44
author = Diego Martinez
55
license = MIT
66
author_email = [email protected]

0 commit comments

Comments
 (0)