Skip to content

Commit

Permalink
ci: Add Python 3.12-dev to the testing (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Apr 26, 2023
1 parent c2fc3b1 commit 53da240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -31,7 +31,8 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11-dev"
- "3.11"
- "3.12-dev"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 53da240

Please sign in to comment.