Skip to content

Commit

Permalink
chore: add 3.13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FlickerSoul committed Jul 11, 2024
1 parent db27852 commit a42e667
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package
name: Testing

on:
push:
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]
python-version: ["3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Install poetry
Expand All @@ -41,6 +41,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
allow-prereleases: true
- name: Install dependencies
run: |
poetry env use ${{ matrix.python-version }}
Expand Down

0 comments on commit a42e667

Please sign in to comment.