koenvervloesem / bluetooth-numbers

An up-to-date listing of all the various Bluetooth Specification-related elements (Company IDs, Service UUIDs, Characteristic UUIDs and Descriptor UUIDs), that you can use in your Python projects instead of rolling your own.
https://bluetooth-numbers.readthedocs.io
MIT License
16 stars 3 forks source link

Deprecate Python 3.7 #39

Closed koenvervloesem closed 1 year ago

koenvervloesem commented 1 year ago

Python 3.7 is EOL since 2023-06-27: https://devguide.python.org/versions/

codecov[bot] commented 1 year ago

Codecov Report

Merging #39 (caed7f2) into main (0ec8d36) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #39   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          112       109    -3     
  Branches        16        16           
=========================================
- Hits           112       109    -3     
Impacted Files Coverage Δ
src/bluetooth_numbers/__init__.py 100.00% <100.00%> (ø)