Skip to content

Commit 12596fb

Browse files
authored
Upgrade to Python 3.11 (#12)
# Purpose Upgrade to Python 3.11 alongside this PR: UWOrbital/OBC-firmware#316 # New Changes - Upgrade python config files - Upgrade pytest action runner # Testing - None # Outstanding Changes - Same as main repo PR
1 parent bcd74d4 commit 12596fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
python-version: ['3.10']
16+
python-version: ['3.11']
1717

1818
steps:
1919
- uses: actions/checkout@v3

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name = GS-Onboarding
33
description = Ground Station Onboarding for the University of Waterloo Orbital Design Team
44
author = University of Waterloo Orbital Design Team
55
classifiers =
6-
Programming Language :: Python :: 3.10 :: Only
6+
Programming Language :: Python :: 3.11 :: Only
77

88
[options]
99
packages = backend
1010
install_requires =
1111
fastapi>=0.115.0
1212
sqlmodel>=0.0.22
1313
loguru>=0.7.2
14-
python_requires = ~=3.10
14+
python_requires = ~=3.11
1515
zip_safe = no
1616

1717
[options.extras_require]

0 commit comments

Comments
 (0)