Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
ci: Bump Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Jan 22, 2024
1 parent adb9e13 commit faf4d27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
python-version: [3.8]
python-version: [3.12]
include:
- os: ubuntu-latest
python-version: 3.6
python-version: 3.11
- os: ubuntu-latest
python-version: 3.7
python-version: "3.10"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit faf4d27

Please sign in to comment.