Skip to content

Commit 2a1436f

Browse files
authored
Merge pull request #19 from applio/fix_broken_CoC_link_tweaks
GH-18: Fix broken CoC link, added 3.7 to supported list
2 parents 0075f7a + 7205d16 commit 2a1436f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ To set it to 1000000 use :
4040
.. code-block:: python
4141
4242
# Initialze RFM radio
43-
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)
43+
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ, baudrate=1000000)
4444
4545
4646
4747
Contributing
4848
============
4949

5050
Contributions are welcome! Please read our `Code of Conduct
51-
<https://github.com/adafruit/adafruit_CircuitPython_rfm95/blob/master/CODE_OF_CONDUCT.md>`_
51+
<https://github.com/adafruit/Adafruit_CircuitPython_RFM9x/blob/master/CODE_OF_CONDUCT.md>`_
5252
before contributing to help this project stay welcoming.
5353

5454
Building locally

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
'Programming Language :: Python :: 3',
5050
'Programming Language :: Python :: 3.4',
5151
'Programming Language :: Python :: 3.5',
52+
'Programming Language :: Python :: 3.7',
5253
],
5354

5455
# What does your project relate to?

0 commit comments

Comments
 (0)