Skip to content

Commit

Permalink
Test on python packages up to 3.13 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
inyutin authored Oct 26, 2024
1 parent 2650948 commit 63bb639
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,20 @@ on:
branches: [ master ]

jobs:
build:

test_package:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@master

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@master
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 63bb639

Please sign in to comment.