Skip to content

Commit

Permalink
Upgrade from Python 3.9 to 3.12 for datetime.UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinekitty committed Oct 5, 2024
1 parent b081a5c commit 2c3b168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/astronomy-engine-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'
- name: Install Python tools
run: python -m pip install --upgrade pip && pip install mypy
- name: Install documentation tools Linux
Expand Down
4 changes: 2 additions & 2 deletions generate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following tools are required for developers:
- gcc and g++
- Node.js
- npm (needed to install other tools like TypeScript, jsdoc2md, ...)
- Python 3.7+ and the following modules:
- Python 3.12+ and the following modules:
- [mypy](https://pypi.org/project/mypy/)
- Microsoft .NET 7 SDK
- doxygen
Expand Down Expand Up @@ -49,7 +49,7 @@ The following tools are required for developers:
- Microsoft .NET 7 SDK
- Node.js
- npm (needed to install other tools like TypeScript, jsdoc2md, ...)
- Python 3.7+ and the following modules:
- Python 3.12+ and the following modules:
- [mypy](https://pypi.org/project/mypy/)
- doxygen
- xsltproc (Follow instructions at https://www.zlatkovic.com/libxml.en.html)
Expand Down

0 comments on commit 2c3b168

Please sign in to comment.