Skip to content

Commit

Permalink
remove 3.9 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Nov 4, 2024
1 parent 16cbccc commit 96a98e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
push:
branches:
- main
- develop
- release/\d{4}.\d{1,2}.\d{1,2}
paths:
- ".github/workflows/test.yaml"
Expand All @@ -31,7 +32,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name = "nebari"
dynamic = ["version"]
description = "A Jupyter and Dask-powered open source data science platform."
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
license = "BSD-3-Clause"
authors = [
{ name = "Nebari development team", email = "[email protected]" },
Expand Down Expand Up @@ -60,7 +60,7 @@ dependencies = [
"azure-mgmt-containerservice==26.0.0",
"azure-mgmt-resource==23.0.1",
"bcrypt==4.0.1",
"boto3>=1.34.63",
"boto3==1.34.63",
"cloudflare==2.11.7",
"google-auth==2.31.0",
"google-cloud-compute==1.19.1",
Expand All @@ -69,7 +69,7 @@ dependencies = [
"google-cloud-storage==2.18.0",
"grpc-google-iam-v1==0.13.1",
"jinja2",
"kubernetes>=27.2.0",
"kubernetes==27.2.0",
"pluggy==1.3.0",
"prompt-toolkit==3.0.36",
"pydantic==2.9.2",
Expand Down

0 comments on commit 96a98e6

Please sign in to comment.