From baac33dbd2d7f6e3f984d5206eeecc13d8432c7e Mon Sep 17 00:00:00 2001 From: "Michael Hirsch, Ph.D" Date: Thu, 14 Feb 2019 13:40:02 -0500 Subject: [PATCH] vers bump py38 OK --- .travis.yml | 6 +++--- README.md | 1 - setup.cfg | 3 ++- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5ea0fc1..e75e7b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ group: travis_latest dist: xenial git: - depth: 3 + depth: 25 quiet: true python: @@ -24,10 +24,10 @@ matrix: - pytest --cov - coveralls - os: osx - language: sh + language: minimal install: pip3 install -e .[tests] - os: windows - language: sh + language: minimal before_install: - choco install python3 - export PATH="/c/Python37:/c/Python37/Scripts:$PATH" diff --git a/README.md b/README.md index 386b0ac..84861ca 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![Coverage percent](https://coveralls.io/repos/github/scivision/findssh/badge.svg?branch=master)](https://coveralls.io/github/scivision/findssh?branch=master) [![AppVeyor-CI status](https://ci.appveyor.com/api/projects/status/pk5ebkekh0u4q90t?svg=true)](https://ci.appveyor.com/project/scivision/findssh) [![PyPi versions](https://img.shields.io/pypi/pyversions/findssh.svg)](https://pypi.python.org/pypi/findssh) -[![PyPi format](https://img.shields.io/pypi/format/findssh.svg)](https://pypi.python.org/pypi/findssh) [![Maintainability](https://api.codeclimate.com/v1/badges/c7409d3c78d12c3df14b/maintainability)](https://codeclimate.com/github/scivision/findssh/maintainability) [![PyPi Download stats](http://pepy.tech/badge/findssh)](http://pepy.tech/project/findssh) diff --git a/setup.cfg b/setup.cfg index 02e2961..4803a4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = findssh -version = 1.1.0 +version = 1.1.0.1 author = Michael Hirsch, Ph.D. url = https://github.com/scivision/findssh description = find open servers on your IPv4 subnet, e.g. SSH @@ -16,6 +16,7 @@ classifiers = Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Topic :: System :: Networking