Skip to content

Commit

Permalink
Update used GH actions, test on Python 3.12, and reenable PyPy
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Feb 18, 2024
1 parent fd8fa6b commit 6aad883
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
matrix:
# Don't test pypy3.10, it currently is broken on GitHub Actions.
# re-enable once PyYAML can be installed again. See #225
python-version: [ '3.7', '3.11' ] # 'pypy3.10'
python-version: ["3.7", "3.12", "pypy3.10"]
include:
- python-version: 3.7
coverage: "--cov=rebench"
name: "Ubuntu-latest: Python ${{ matrix.python-version }}"
steps:
- name: Checkout ReBench
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down

0 comments on commit 6aad883

Please sign in to comment.