Skip to content

Commit d772fad

Browse files
committed
update python versions
1 parent 8406dde commit d772fad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup python
1414
uses: actions/setup-python@v6
1515
with:
16-
python-version: 3.12
16+
python-version: 3.14
1717

1818
- name: Install poetry
1919
run: make get-poetry

.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.10', '3.11', '3.12']
18+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1919
os: ['ubuntu-latest', 'windows-latest'] # TODO: re-add 'macos-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.12.3
2+
PYTHON_VERSION=3.14.4
33
PROJECT_NAME=python-paseto
44

55
# create virtual environment using pyenv

0 commit comments

Comments
 (0)