issues
search
contrailcirrus
/
pycontrails
Python library for modeling contrails and other aviation climate impacts
https://py.contrails.org/
Apache License 2.0
59
stars
17
forks
source link
maintenance: replace overrides.overrides with typing.override
#255
Closed
zebengberg
closed
1 month ago
zebengberg
commented
1 month ago
Internals
Remove
overrides
dependency. Require
typing-extensions
for python < 3.12.
Upgrade some type hints for more modern python language features.
Tests
[x] QC test passes locally (
make test
)
[x] CI tests pass
Internals
overrides
dependency. Requiretyping-extensions
for python < 3.12.Tests
make test
)