From 2c3b1689b1034ea61f2ad17bec702512ef170939 Mon Sep 17 00:00:00 2001 From: Don Cross Date: Sat, 5 Oct 2024 12:22:05 -0400 Subject: [PATCH] Upgrade from Python 3.9 to 3.12 for datetime.UTC --- .github/workflows/astronomy-engine-tests.yml | 2 +- generate/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/astronomy-engine-tests.yml b/.github/workflows/astronomy-engine-tests.yml index b9226f43..c56ee230 100644 --- a/.github/workflows/astronomy-engine-tests.yml +++ b/.github/workflows/astronomy-engine-tests.yml @@ -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 diff --git a/generate/README.md b/generate/README.md index 9c123aa7..86c0d5ce 100644 --- a/generate/README.md +++ b/generate/README.md @@ -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 @@ -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)