From 15d42075a7ea9545258e47936a05a76d12e660dd Mon Sep 17 00:00:00 2001 From: Dwight Hubbard <254983+dwighthubbard@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:00:27 -0700 Subject: [PATCH 1/3] Update setup.cfg Update the python_requires. --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0eebfa3..ae9b0a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -38,7 +37,7 @@ version = 19.9.0 packages = serviceping -python_requires = >=3.8 +python_requires = >=3.9 [options.entry_points] console_scripts = From bbca962b2dcf2367fa33c84cfa1d30a03caee2ed Mon Sep 17 00:00:00 2001 From: Dwight Hubbard <254983+dwighthubbard@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:04:27 -0700 Subject: [PATCH 2/3] Update screwdriver.yaml --- screwdriver.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/screwdriver.yaml b/screwdriver.yaml index e0effb7..cec8310 100644 --- a/screwdriver.yaml +++ b/screwdriver.yaml @@ -3,6 +3,7 @@ shared: environment: CHANGELOG_FILENAME: docs/changelog.md # PACKAGE_DIRECTORY: serviceping + TOX_ENVLIST: py39,py310,py311,py312 jobs: validate_test: From 7a2501b07500b4a94f0fc39b9d4713a11e7dedfc Mon Sep 17 00:00:00 2001 From: Dwight Hubbard <254983+dwighthubbard@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:09:46 -0700 Subject: [PATCH 3/3] Update screwdriver.yaml --- screwdriver.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/screwdriver.yaml b/screwdriver.yaml index cec8310..9205856 100644 --- a/screwdriver.yaml +++ b/screwdriver.yaml @@ -3,7 +3,7 @@ shared: environment: CHANGELOG_FILENAME: docs/changelog.md # PACKAGE_DIRECTORY: serviceping - TOX_ENVLIST: py39,py310,py311,py312 + TOX_ENVLIST: py39,py310,py311 jobs: validate_test: @@ -22,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]