We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb3eaa commit c77b376Copy full SHA for c77b376
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
windows-latest,
19
macOS-latest,
20
]
21
- python-version: ["3.11", "3.12"]
+ python-version: ["3.10", "3.12"]
22
name: ${{ matrix.os }}, Python ${{ matrix.python-version }} test
23
steps:
24
- uses: actions/checkout@v2
msfc_ccd/_images/_sensor_images.py
@@ -1,5 +1,5 @@
1
from __future__ import annotations
2
-from typing import Self
+from typing_extensions import Self
3
import dataclasses
4
import pathlib
5
import numpy as np
msfc_ccd/_images/_tap_images.py
@@ -1,4 +1,4 @@
-from typing import Self, ClassVar
+from typing_extensions import Self, ClassVar
import abc
import astropy.units as u
0 commit comments