Skip to content

Commit

Permalink
Add 3.12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Oct 18, 2023
1 parent 2ecb25d commit 17d0e85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, ]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: windows-latest
python-version: "3.11"
python-version: "3.12"
- os: macos-latest
python-version: "3.11"
python-version: "3.12"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 17d0e85

Please sign in to comment.