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]