Skip to content

Commit

Permalink
Test package with Python 3.11 on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jun 9, 2023
1 parent ac67041 commit 1904313
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- python-version: "3.10"
python-release: v3.10
python-impl: CPython
- python-version: "3.11"
python-release: v3.11
python-impl: CPython
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -78,6 +81,9 @@ jobs:
- python-version: "3.10"
python-release: v3.10
python-impl: CPython
- python-version: "3.11"
python-release: v3.11
python-impl: CPython
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 1904313

Please sign in to comment.