Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 80802db

Browse files
committed
fix: remove 3.10 again
1 parent a2d3c62 commit 80802db

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ workflows:
4848
# filters:
4949
# tags:
5050
# only: /.*/
51-
- unit-3.10:
52-
filters:
53-
tags:
54-
only: /.*/
5551
- docs:
5652
filters:
5753
tags:

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
2323

2424

25-
@nox.session(python=["3.6", "3.7", "3.8", "3.9", "3.10"])
25+
@nox.session(python=["3.6", "3.7", "3.8", "3.9"])
2626
def unit(session, proto="python"):
2727
"""Run the unit test suite."""
2828

0 commit comments

Comments
 (0)