Skip to content

Commit

Permalink
Drop support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
beenje committed Apr 10, 2024
1 parent 55260cd commit 4f49e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ build:
requirements:
host:
- pip
- python >=3.8
- python >=3.9
run:
- python >=3.8
- python >=3.9
- aiohttp >=3.8.6
- pyserial >=3.5

Expand Down

0 comments on commit 4f49e7f

Please sign in to comment.