Skip to content

Commit

Permalink
ci: use python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tbdsux committed Jan 3, 2025
1 parent b1fd46a commit e890bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.12"]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit e890bc4

Please sign in to comment.