Skip to content

Commit

Permalink
Update full CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Nov 20, 2024
1 parent 2e809a9 commit 0a68364
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 @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
py_version: ["3.9", "3.10", "3.11"]
py_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.11"
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade flit pyinstaller
Expand Down

0 comments on commit 0a68364

Please sign in to comment.