You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update package, doc and workflow to use Python 3.13 as our official version
* Modernize type hints for Python 3.13 (list, dict, | operator)
* Modernize string formatting ('.format()' and '%') to f-strings
* fix lint errors
* Revert type hints to Python 3.9 compatible syntax
Replace | operator with Union/Optional to support Python 3.9+.
Keep modern list/dict syntax which works in Python 3.9+.
* remove unused import
* Fix Python 3.9 compatibility for generic type unions
[](https://github.com/EMOD-Hub/emod-api/actions/workflows/test_and_publish_package_to_staging.yml)
6
6
7
+
## Python Version
8
+
9
+
Python 3.13 is the recommended and supported version.
10
+
7
11
## Documentation
8
12
9
13
Documentation available at https://emod-hub.github.io/emod-api/.
0 commit comments