Skip to content

Commit 24d278a

Browse files
Updated files with 'repo_helper'. (#42)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 5a395b8 commit 24d278a

File tree

6 files changed

+16
-11
lines changed

6 files changed

+16
-11
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
os: ['ubuntu-22.04', 'windows-2019']
23+
os: ['ubuntu-22.04', 'windows-2022']
2424
fail-fast: false
2525

2626
steps:

.github/workflows/python_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ permissions:
1818

1919
jobs:
2020
tests:
21-
name: "windows-2019 / Python ${{ matrix.config.python-version }}"
22-
runs-on: "windows-2019"
21+
name: "windows-2022 / Python ${{ matrix.config.python-version }}"
22+
runs-on: "windows-2022"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
2525
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13,pypy-3.7,pypy-3.8,pypy-3.9'
@@ -34,7 +34,7 @@ jobs:
3434
- {python-version: "3.10", testenvs: "py310-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3535
- {python-version: "3.11", testenvs: "py311-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3636
- {python-version: "3.12", testenvs: "py312-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
37-
- {python-version: "3.13", testenvs: "py313-dev-jinja2{3.1,3.0,2.11,2.10},build", experimental: True}
37+
- {python-version: "3.13", testenvs: "py313-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3838
- {python-version: "pypy-3.7", testenvs: "pypy37-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3939
- {python-version: "pypy-3.8", testenvs: "pypy38-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
4040
- {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39-jinja2{3.1,3.0,2.11,2.10},build", experimental: True}

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- {python-version: "3.10", testenvs: "py310-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3636
- {python-version: "3.11", testenvs: "py311-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3737
- {python-version: "3.12", testenvs: "py312-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
38-
- {python-version: "3.13", testenvs: "py313-dev-jinja2{3.1,3.0,2.11,2.10},build", experimental: True}
38+
- {python-version: "3.13", testenvs: "py313-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3939
- {python-version: "pypy-3.7", testenvs: "pypy37-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
4040
- {python-version: "pypy-3.8", testenvs: "pypy38-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
4141
- {python-version: "pypy-3.9", testenvs: "pypy39-jinja2{3.1,3.0,2.11,2.10},build", experimental: True}

.github/workflows/python_ci_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- {python-version: "3.10", os-ver: "14", testenvs: "py310-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3535
- {python-version: "3.11", os-ver: "14", testenvs: "py311-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3636
- {python-version: "3.12", os-ver: "14", testenvs: "py312-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
37-
- {python-version: "3.13", os-ver: "14", testenvs: "py313-dev-jinja2{3.1,3.0,2.11,2.10},build", experimental: True}
37+
- {python-version: "3.13", os-ver: "14", testenvs: "py313-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3838
- {python-version: "pypy-3.7", os-ver: "13", testenvs: "pypy37-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3939
- {python-version: "pypy-3.8", os-ver: "14", testenvs: "pypy38-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
4040
- {python-version: "pypy-3.9", os-ver: "14", testenvs: "pypy39-jinja2{3.1,3.0,2.11,2.10},build", experimental: True}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ base-classifiers = [
3636
"Topic :: Documentation :: Sphinx",
3737
"Topic :: Software Development :: Documentation",
3838
]
39-
python-versions = [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12",]
39+
python-versions = [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13",]
4040
python-implementations = [ "CPython", "PyPy",]
4141
platforms = [ "Windows", "macOS", "Linux",]
4242
license-key = "MIT"

tox.ini

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ envlist =
2424
py310-jinja2{3.1,3.0,2.11,2.10}
2525
py311-jinja2{3.1,3.0,2.11,2.10}
2626
py312-jinja2{3.1,3.0,2.11,2.10}
27-
py313-dev-jinja2{3.1,3.0,2.11,2.10}
27+
py313-jinja2{3.1,3.0,2.11,2.10}
2828
pypy37-jinja2{3.1,3.0,2.11,2.10}
2929
pypy38-jinja2{3.1,3.0,2.11,2.10}
3030
pypy39-jinja2{3.1,3.0,2.11,2.10}
@@ -46,7 +46,7 @@ test =
4646
py310-jinja2{3.1,3.0,2.11,2.10}
4747
py311-jinja2{3.1,3.0,2.11,2.10}
4848
py312-jinja2{3.1,3.0,2.11,2.10}
49-
py313-dev-jinja2{3.1,3.0,2.11,2.10}
49+
py313-jinja2{3.1,3.0,2.11,2.10}
5050
pypy37-jinja2{3.1,3.0,2.11,2.10}
5151
pypy38-jinja2{3.1,3.0,2.11,2.10}
5252
pypy39-jinja2{3.1,3.0,2.11,2.10}
@@ -57,12 +57,11 @@ setenv =
5757
PYTHONDEVMODE=1
5858
PIP_DISABLE_PIP_VERSION_CHECK=1
5959

60-
[testenv:py313-dev]
60+
[testenv:py313]
6161
download = True
6262
setenv =
6363
PYTHONDEVMODE=1
6464
PIP_DISABLE_PIP_VERSION_CHECK=1
65-
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
6665

6766
[testenv:py312]
6867
download = True
@@ -173,6 +172,12 @@ setenv =
173172
PYTHONDEVMODE=1
174173
PIP_DISABLE_PIP_VERSION_CHECK=1
175174
175+
[testenv:py313-jinja2{3.1,3.0,2.11,2.10}]
176+
download = True
177+
setenv =
178+
PYTHONDEVMODE=1
179+
PIP_DISABLE_PIP_VERSION_CHECK=1
180+
176181
[testenv:py313-dev-jinja2{3.1,3.0,2.11,2.10}]
177182
download = True
178183
setenv =

0 commit comments

Comments
 (0)