mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +00:00
Use Python 3.12 for internal code (#2222)
* Use Python 3.12 for internal code * Add changelog entry
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
from pathlib import Path
|
||||
from typing import Optional
|
||||
|
||||
THIS_DIR = Path(__file__).parent.resolve()
|
||||
|
||||
@@ -23,7 +22,7 @@ ALL_IMAGES = {
|
||||
|
||||
|
||||
def get_test_dirs(
|
||||
short_image_name: Optional[str],
|
||||
short_image_name: str | None,
|
||||
) -> list[Path]:
|
||||
if short_image_name is None:
|
||||
return []
|
||||
|
Reference in New Issue
Block a user