Skip to content

Commit

Permalink
Adding Python3.12 to Action
Browse files Browse the repository at this point in the history
  • Loading branch information
howroyd committed Jan 29, 2024
1 parent ee3f481 commit dd75506
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
# python-version: ["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
include:
- os: ubuntu-latest
python-version: "3.12"
- os: windows-latest
python-version: "3.12"
- os: macos-latest
python-version: "3.12"

# What works:
# macos 3.8-3.11
Expand Down

0 comments on commit dd75506

Please sign in to comment.