Skip to content

Commit

Permalink
drop python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert-coef committed Feb 7, 2024
1 parent 51b2f76 commit 67f1be8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
18 changes: 3 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
jobs:
"node":
docker:
- image: cimg/python:3.7-node
- image: cimg/python:3.12-node
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
Expand Down Expand Up @@ -45,9 +45,9 @@ jobs:
when: always


"python-3-7": &test-template
"python-3-8": &test-template
docker:
- image: cimg/python:3.7-browsers
- image: cimg/python:3.8-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
Expand Down Expand Up @@ -108,16 +108,6 @@ jobs:
path: /tmp/dash_artifacts
destination: snapshots

"python-3-8":
<<: *test-template
docker:
- image: cimg/python:3.8-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
environment:
PERCY_ENABLE: False

"python-3-9":
<<: *test-template
docker:
Expand Down Expand Up @@ -163,8 +153,6 @@ workflows:
version: 2
build:
jobs:
- "python-3-7":
context: dash-docker-hub
- "python-3-8":
context: dash-docker-hub
- "python-3-9":
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
license=package['license'],
description=package.get('description', package_name),
install_requires=[],
python_requires=">=3.7",
python_requires=">=3.8",
classifiers = [
'Framework :: Dash',
],
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cryptography<3.4;python_version<"3.7"
pyproj>=2.2
dash[dev,testing]>=1.3.1
Pillow
black~=23.3
black~=24.1

0 comments on commit 67f1be8

Please sign in to comment.