Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Add CPython 3.11
  • Loading branch information
arjun-menon authored Oct 13, 2023
1 parent 6c69ecd commit 179a704
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,31 @@ permissions:
contents: read

jobs:
cpy_3_11:
name: CPython 3.11
permissions:
actions: read
contents: read
security-events: write
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: true

- uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install test_cmd
- name: Test Run
run: |
test_cmd tests `which python` pypage.py @ -
cpy_3_10:
name: CPython 3.10
permissions:
Expand Down

0 comments on commit 179a704

Please sign in to comment.