-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Python version support (#178)
* Add Python 3.11 to workflows for testing * Fix invalid syntax for Python version matrix * Add Python 3.10 to version matrix * Add Python 3.9 to version matrix * Add Python 3.8 to version matrix * Remove Python 3.8 from version matrix PittAPI is currently incompatible with Python 3.8 because alabaster package requires >= 3.9 * Update Python version string in GitHub Actions workflows * Add `from __future__ import annotations` Add the import `from __future__ import annotations` to Python files that use the pipe operator (`A | B` instead of `Union[A, B]`) in order to maintain compatibility with Python 3.9
- Loading branch information
1 parent
a9d8aac
commit 51b925a
Showing
4 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters