Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ shared:
environment:
CHANGELOG_FILENAME: docs/changelog.md
# PACKAGE_DIRECTORY: serviceping
TOX_ENVLIST: py39,py310,py311

jobs:
validate_test:
Expand All @@ -21,10 +22,6 @@ jobs:
template: python/validate_security
requires: [~commit, ~pr]

validate_documentation:
template: python/documentation
requires: [~commit, ~pr]

validate_package:
template: python/package_python
requires: [~commit, ~pr]
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ classifiers =
Operating System :: POSIX :: Linux
Operating System :: POSIX :: SunOS/Solaris
Operating System :: POSIX
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Expand All @@ -38,7 +37,7 @@ version = 19.9.0
packages =
serviceping

python_requires = >=3.8
python_requires = >=3.9

[options.entry_points]
console_scripts =
Expand Down