Skip to content

Commit

Permalink
Add Python 3.12 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Nov 4, 2023
1 parent e81f16f commit fb855c9
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 289 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
cache: poetry

- name: Upload to pypi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"] # "3.12-dev"
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3

Expand Down
Loading

0 comments on commit fb855c9

Please sign in to comment.