Skip to content

Commit

Permalink
.github: add Python 3.12 and PyPy 3.10 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fishilico committed Nov 16, 2023
1 parent ce0e5fe commit ea5a4d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "pypy-3.6"
- "pypy-3.7"
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
exclude:
# macos-11 only has pypy-3.7+
- os: macos-latest
Expand All @@ -36,7 +38,7 @@ jobs:
python-version: pypy-3.6

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit ea5a4d8

Please sign in to comment.