Skip to content

Commit

Permalink
chore: remove python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
iomz committed Jun 12, 2023
1 parent 671768f commit 3d447ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]
os: [macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ maintainers = [
]
description = "A replacement middleware to MyoConnect for Myo Armband"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
dependencies = [
"aenum>=3.1.12",
"bleak>=0.20.2",
Expand All @@ -25,7 +25,6 @@ classifiers = [
"Intended Audience :: Education",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 3d447ff

Please sign in to comment.