Skip to content

Commit

Permalink
ci: enable Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff authored Dec 12, 2022
1 parent b1763a3 commit 999b2e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ jobs:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
# across all operating systems
python-version: ["3.7", "3.10"]
python-version: ["3.7", "3.11"]
include:
# on Ubuntu run these as well
- os: ubuntu-20.04
python-version: "3.8"
- os: ubuntu-20.04
python-version: "3.9"
- os: ubuntu-20.04
python-version: "3.10"
steps:
- name: Checkout dncil with submodules
uses: actions/checkout@v2
Expand Down

0 comments on commit 999b2e7

Please sign in to comment.