Skip to content

Commit

Permalink
ci: Test on Python 3.11
Browse files Browse the repository at this point in the history
Python 3.11 has been released.
  • Loading branch information
riddell-stan committed Nov 7, 2022
1 parent 6bf3736 commit f5803c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -15,6 +15,10 @@ jobs:
python-version: "3.10"
- os: macos-11.0
python-version: "3.10"
- os: ubuntu-20.04
python-version: "3.11"
- os: macos-11.0
python-version: "3.11"
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand Down

0 comments on commit f5803c0

Please sign in to comment.