Skip to content

Commit

Permalink
Revert "Maint: Remove again Python 3.12 from github pipeline as no du…
Browse files Browse the repository at this point in the history
…ckdb wheel yet" (#51)

This reverts commit 7a8c9ff.
  • Loading branch information
binste committed Mar 19, 2024
1 parent a691d0b commit 728e89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# If you change this list, also add the new job name to the required
# status checks on the protection rule for the main branch.
# The job might only show up after it was merged into main.
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Typing :: Typed",
]

Expand Down

0 comments on commit 728e89a

Please sign in to comment.