Skip to content

Commit

Permalink
Include python 3.9 as supported
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofran12 committed Aug 30, 2021
1 parent 369a6b2 commit f876cb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pimdm/Run.py
Expand Up @@ -15,7 +15,7 @@
from pimdm.tree import pim_globals
from pimdm.daemon.Daemon import Daemon

VERSION = "1.3"
VERSION = "1.3.1"


def client_socket(data_to_send, print_output=True):
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
keywords="PIM-DM Multicast Routing Protocol PIM Dense-Mode Router RFC3973 IPv4 IPv6",
version="1.3",
version="1.3.1",
url="http://github.com/pedrofran12/pim_dm",
author="Pedro Oliveira",
author_email="pedro.francisco.oliveira@tecnico.ulisboa.pt",
Expand Down Expand Up @@ -44,6 +44,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
python_requires=">=3.3",
)

0 comments on commit f876cb2

Please sign in to comment.