From 9d6bba0127da5d5d960693403f3528472c8f85e9 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 4 Jan 2024 22:27:28 +0100 Subject: [PATCH] remove python 3.6 --- .github/workflows/testing.yml | 2 +- setup.py | 2 +- tests-ng/assets/github.catalog.csv.txt | 6 +++--- tests-ng/assets/github.catalog.json | 16 ++++++++-------- tests-ng/assets/github.catalog.native.txt | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 069c5e3..5f8577a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/setup.py b/setup.py index 3eb38cb..ce52374 100644 --- a/setup.py +++ b/setup.py @@ -37,11 +37,11 @@ setup( python_requires=REQUIRES_PYTHON, classifiers=[ 'Development Status :: 5 - Production/Stable', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', ], diff --git a/tests-ng/assets/github.catalog.csv.txt b/tests-ng/assets/github.catalog.csv.txt index 4256f67..0806fac 100644 --- a/tests-ng/assets/github.catalog.csv.txt +++ b/tests-ng/assets/github.catalog.csv.txt @@ -1,6 +1,6 @@ -"github","storage","","1669","","","","3","0","0","" -"workflows","dir","github/workflows","1548","","","","2","","","" +"github","storage","","1662","","","","3","0","0","" +"workflows","dir","github/workflows","1541","","","","2","","","" "pypi-release.yml","file","github/workflows/pypi-release.yml","691","","","57699a7a6a03e20e864f220e19f8e197","","","","" -"testing.yml","file","github/workflows/testing.yml","857","","","19421bdffa97bff7f391e4927a88fe45","","","","" +"testing.yml","file","github/workflows/testing.yml","850","","","691df1a4d2f254b5cd04c152e7c6ccaf","","","","" "codecov.yml","file","github/codecov.yml","104","","","4203204f75b43cd4bf032402beb3359d","","","","" "FUNDING.yml","file","github/FUNDING.yml","17","","","0c6407a84d412c514007313fb3bca4de","","","","" diff --git a/tests-ng/assets/github.catalog.json b/tests-ng/assets/github.catalog.json index 69d993c..f3e1103 100644 --- a/tests-ng/assets/github.catalog.json +++ b/tests-ng/assets/github.catalog.json @@ -27,31 +27,31 @@ "type": "file" }, { - "maccess": 1704403201.272202, - "md5": "19421bdffa97bff7f391e4927a88fe45", + "maccess": 1704403569.24789, + "md5": "691df1a4d2f254b5cd04c152e7c6ccaf", "name": "testing.yml", - "size": 857, + "size": 850, "type": "file" } ], "maccess": 1704320727.2641916, "name": "workflows", - "size": 1548, + "size": 1541, "type": "dir" } ], "free": 0, "name": "github", - "size": 1669, + "size": 1662, "total": 0, - "ts": 1704403315, + "ts": 1704403613, "type": "storage" }, { "attr": { - "access": 1704403315, + "access": 1704403613, "access_version": "0.9.6", - "created": 1704403315, + "created": 1704403613, "created_version": "0.9.6" }, "name": "meta", diff --git a/tests-ng/assets/github.catalog.native.txt b/tests-ng/assets/github.catalog.native.txt index 4996f81..9a220a4 100644 --- a/tests-ng/assets/github.catalog.native.txt +++ b/tests-ng/assets/github.catalog.native.txt @@ -1,8 +1,8 @@ top └── storage: github - nbfiles:3 | totsize:1669 | free:0.0% | du:0/0 | date:2023-03-09 16:20:59 - ├── workflows [nbfiles:2, totsize:1548] + nbfiles:3 | totsize:1662 | free:0.0% | du:0/0 | date:2023-03-09 16:20:59 + ├── workflows [nbfiles:2, totsize:1541] │ ├── pypi-release.yml [size:691, md5:57699a7a6a03e20e864f220e19f8e197] - │ └── testing.yml [size:857, md5:19421bdffa97bff7f391e4927a88fe45] + │ └── testing.yml [size:850, md5:691df1a4d2f254b5cd04c152e7c6ccaf] ├── codecov.yml [size:104, md5:4203204f75b43cd4bf032402beb3359d] └── FUNDING.yml [size:17, md5:0c6407a84d412c514007313fb3bca4de]