|
22 | 22 | runs-on: "windows-2019" |
23 | 23 | continue-on-error: ${{ matrix.config.experimental }} |
24 | 24 | env: |
25 | | - USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-rc.1,pypy-3.7,pypy-3.8,pypy-3.9' |
| 25 | + 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' |
26 | 26 |
|
27 | 27 | strategy: |
28 | 28 | fail-fast: False |
|
34 | 34 | - {python-version: "3.10", testenvs: "py310-jinja2{3.1,3.0,2.11,2.10},build", experimental: False} |
35 | 35 | - {python-version: "3.11", testenvs: "py311-jinja2{3.1,3.0,2.11,2.10},build", experimental: False} |
36 | 36 | - {python-version: "3.12", testenvs: "py312-jinja2{3.1,3.0,2.11,2.10},build", experimental: False} |
37 | | - - {python-version: "3.13.0-rc.1", testenvs: "py313-dev-jinja2{3.1,3.0,2.11,2.10},build", experimental: True} |
| 37 | + - {python-version: "3.13", testenvs: "py313-dev-jinja2{3.1,3.0,2.11,2.10},build", experimental: True} |
38 | 38 | - {python-version: "pypy-3.7", testenvs: "pypy37-jinja2{3.1,3.0,2.11,2.10},build", experimental: False} |
39 | 39 | - {python-version: "pypy-3.8", testenvs: "pypy38-jinja2{3.1,3.0,2.11,2.10},build", experimental: False} |
40 | 40 | - {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39-jinja2{3.1,3.0,2.11,2.10},build", experimental: True} |
|
0 commit comments