Skip to content

Commit

Permalink
add Python 3.12 because of snappy-pipeline #485
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth committed Jan 25, 2024
1 parent 4a43396 commit 228723c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python-version:
- '3.10'
- '3.11'
# - '3.12' # blocked by snappy-pipeline #483
- '3.12'
needs: linting
steps:
- name: Install Python via conda
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def parse_requirements(path):
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
# "Programming Language :: Python :: 3.12", # blocked by snappy-pipeline #483
"Programming Language :: Python :: 3.12",
],
entry_points={"console_scripts": ("cubi-tk = cubi_tk.__main__:main",)},
description="Tooling for connecting GitLab, pipelines, and SODAR at CUBI.",
Expand Down

0 comments on commit 228723c

Please sign in to comment.