Skip to content

Commit

Permalink
pypy3.8 -> 3.9, +3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Nov 11, 2022
1 parent 8484faa commit a6499ef
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- uses: pre-commit/[email protected]

ci:
Expand All @@ -26,11 +26,11 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest]
python-version:
- name: pypy-3.8
- name: pypy-3.9
toxenv: pypy3-build
- name: pypy-3.8
- name: pypy-3.9
toxenv: pypy3-safety
- name: pypy-3.8
- name: pypy-3.9
toxenv: pypy3-tests
- name: 3.7
toxenv: py37-build
Expand All @@ -56,21 +56,27 @@ jobs:
toxenv: py310-safety
- name: "3.10"
toxenv: py310-tests
- name: "3.10"
- name: "3.11"
toxenv: py311-build
- name: "3.11"
toxenv: py311-safety
- name: "3.11"
toxenv: py311-tests
- name: "3.11"
toxenv: docs-dirhtml
- name: "3.10"
- name: "3.11"
toxenv: docs-doctest
- name: "3.10"
- name: "3.11"
toxenv: docs-linkcheck
- name: "3.10"
- name: "3.11"
toxenv: docs-spelling
- name: "3.10"
- name: "3.11"
toxenv: docs-style
- name: "3.10"
- name: "3.11"
toxenv: readme
- name: "3.10"
- name: "3.11"
toxenv: secrets
- name: "3.10"
- name: "3.11"
toxenv: style

steps:
Expand Down Expand Up @@ -101,7 +107,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: python -m pip install build
- name: Create packages
Expand Down

0 comments on commit a6499ef

Please sign in to comment.