summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-11 06:41:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-11 06:41:47 +0000
commit2d74c0a346ced82ca9c98e1661b0b6cdb67f5668 (patch)
tree6b6d265d60326e8c815147f7b21e580977895952 /.github
parentAdding upstream version 0.47+dfsg. (diff)
downloadjinjax-2d74c0a346ced82ca9c98e1661b0b6cdb67f5668.tar.xz
jinjax-2d74c0a346ced82ca9c98e1661b0b6cdb67f5668.zip
Adding upstream version 0.48+dfsg.upstream/0.48+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run_tests.yml2
-rw-r--r--.github/workflows/upload-to-pypi.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml
index 27b9040..fa73a53 100644
--- a/.github/workflows/run_tests.yml
+++ b/.github/workflows/run_tests.yml
@@ -22,7 +22,7 @@ jobs:
name: tests
strategy:
matrix:
- python: ["3.10", "3.11", "3.12"]
+ python: ["3.10", "3.11", "3.12", "3.13"]
fail-fast: false
runs-on: ubuntu-latest
steps:
diff --git a/.github/workflows/upload-to-pypi.yml b/.github/workflows/upload-to-pypi.yml
index 2503665..99e8d48 100644
--- a/.github/workflows/upload-to-pypi.yml
+++ b/.github/workflows/upload-to-pypi.yml
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
- python-version: 3.9
+ python-version: 3.12
- name: "Installs dependencies"
run: |