Skip to content

Commit

Permalink
ci: add python 3.12 check
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyal-Faheem committed Feb 28, 2024
1 parent 62c4f79 commit 33bf2bb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- name: Set up Python 3.8/3.12
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: |
3.8
3.12
- name: Upgrade pip
run: python -m pip install --upgrade pip setuptools
- name: Install dependencies
Expand Down

0 comments on commit 33bf2bb

Please sign in to comment.