Skip to content

Commit

Permalink
[.github/workflows] test python 3.11
Browse files Browse the repository at this point in the history
soimort committed Feb 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2ba7493 commit 2aaa877
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: develop

@@ -16,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', 3.11-dev, pypy-3.8, pypy-3.9]
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', pypy-3.8, pypy-3.9]

steps:
- uses: actions/checkout@v3

0 comments on commit 2aaa877

Please sign in to comment.