Skip to content

Commit

Permalink
CI: Add support for Python 3.12
Browse files Browse the repository at this point in the history
Python 3.12 release candidates are available, and version 3.12 has been
available in GitHub runners for almost a year:
	actions/setup-python#514
  • Loading branch information
DimitriPapadopoulos committed Sep 14, 2023
1 parent 3e64372 commit afe6e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12-dev'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit afe6e3e

Please sign in to comment.