Skip to content

Commit

Permalink
remove python 3.12 until further tested
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Mar 19, 2024
1 parent 30cd7ea commit 0e4c2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_conda_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ jobs:
- name: Build conda package
run: |
conda build nebari
nebari --version
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Information Technology",
Expand All @@ -66,7 +65,7 @@ dependencies = [
"prompt-toolkit==3.0.36",
"pydantic==1.10.12",
"pynacl==1.5.0",
"python-keycloak>=3.9.1",
"python-keycloak>=3.9.2",
"questionary==2.0.0",
"requests-toolbelt==1.0.0",
"rich==13.5.1",
Expand Down

0 comments on commit 0e4c2e5

Please sign in to comment.