Skip to content

Commit

Permalink
vers bump py38 OK
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Feb 14, 2019
1 parent f4a37ea commit baac33d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -3,7 +3,7 @@ group: travis_latest
dist: xenial

git:
depth: 3
depth: 25
quiet: true

python:
Expand All @@ -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"
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -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)

Expand Down
3 changes: 2 additions & 1 deletion 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
Expand All @@ -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
Expand Down

0 comments on commit baac33d

Please sign in to comment.