Skip to content

Commit

Permalink
Merge pull request #50 from erdnaxe/test-py311
Browse files Browse the repository at this point in the history
Test on Python 3.11
  • Loading branch information
yhql authored Oct 24, 2023
2 parents 8283e41 + 014d3a3 commit 96e7534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
# TODO: add windows-latest
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 96e7534

Please sign in to comment.