Skip to content

Commit c901531

Browse files
committed
Remove Python 3.8
1 parent 7131eaf commit c901531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
max-parallel: 6
5353
matrix:
54-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
54+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
5555
services:
5656
hub:
5757
image: selenium/hub:3.141.59-gold

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def format_(session):
2727
session.run("isort", *SOURCES)
2828

2929

30-
@nox.session(python=["3.8", "3.9", "3.10", "3.11", "3.12"])
30+
@nox.session(python=["3.9", "3.10", "3.11", "3.12", "3.13"])
3131
def test(session):
3232
session.install("pytest")
3333
session.install("dash[testing]>=2.0.0")

0 commit comments

Comments
 (0)