Skip to content

Commit

Permalink
CI++
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho committed Aug 9, 2024
1 parent b62bdb8 commit dea4267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13", "pypy3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install Python Dependencies
run: make VENV= venv
- name: Check with pyright
Expand Down
2 changes: 2 additions & 0 deletions docs/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Publish documentation only when pushing on branch `main`.
## ? on ?

Improve comments.
Activate _Python 3.13_ and _Pypy 3.10_ in GitHub CI.
Restrict CI to _main_ branch.

## 4.2 on 2024-07-28

Expand Down

0 comments on commit dea4267

Please sign in to comment.