Skip to content

Commit

Permalink
Add experimental python 3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Nov 29, 2022
1 parent 8368d34 commit 142fddb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
experimental: [false]
include:
- os: Ubuntu
python-version: "3.11-dev"
python-version: "3.12-dev"
experimental: true
- os: MacOS
python-version: "3.11-dev"
python-version: "3.12-dev"
experimental: true
- os: Windows
python-version: "3.11-dev"
python-version: "3.12-dev"
experimental: true
defaults:
run:
Expand Down

0 comments on commit 142fddb

Please sign in to comment.