From ad032b4782f27da58c84dfe627271a2eef88e34c Mon Sep 17 00:00:00 2001 From: Yarik Popov <89220488+Yarik-Popov@users.noreply.github.com> Date: Sat, 15 Feb 2025 17:14:35 -0500 Subject: [PATCH] Upgrade to python3.11 --- .github/workflows/pytest.yml | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7ecf70d..abe5b67 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: ['3.10'] + python-version: ['3.11'] steps: - uses: actions/checkout@v3 diff --git a/setup.cfg b/setup.cfg index 7cd7253..4c57393 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = GS-Onboarding description = Ground Station Onboarding for the University of Waterloo Orbital Design Team author = University of Waterloo Orbital Design Team classifiers = - Programming Language :: Python :: 3.10 :: Only + Programming Language :: Python :: 3.11 :: Only [options] packages = backend @@ -11,7 +11,7 @@ install_requires = fastapi>=0.115.0 sqlmodel>=0.0.22 loguru>=0.7.2 -python_requires = ~=3.10 +python_requires = ~=3.11 zip_safe = no [options.extras_require]