From 982f69d4107fbf32fe95522f95d832b946046227 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 4 Jan 2024 22:23:35 +0100 Subject: [PATCH] add python 3.11 --- .github/workflows/testing.yml | 6 +++--- catcli/catcli.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, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ad54fb6..069c5e3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,11 +1,11 @@ name: tests -on: [push, pull_request] +on: [push, pull_request, workflow_dispatch] jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.6", "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/catcli/catcli.py b/catcli/catcli.py index f7277b7..fbf7ca4 100755 --- a/catcli/catcli.py +++ b/catcli/catcli.py @@ -12,7 +12,7 @@ import sys import os import datetime from typing import Dict, Any, List -from docopt import docopt # type: ignore +from docopt import docopt # type: ignore[import-untyped] # local imports from catcli.version import __version__ as VERSION diff --git a/tests-ng/assets/github.catalog.csv.txt b/tests-ng/assets/github.catalog.csv.txt index 9333720..4256f67 100644 --- a/tests-ng/assets/github.catalog.csv.txt +++ b/tests-ng/assets/github.catalog.csv.txt @@ -1,6 +1,6 @@ -"github","storage","","1642","","","","3","0","0","" -"workflows","dir","github/workflows","1521","","","","2","","","" +"github","storage","","1669","","","","3","0","0","" +"workflows","dir","github/workflows","1548","","","","2","","","" "pypi-release.yml","file","github/workflows/pypi-release.yml","691","","","57699a7a6a03e20e864f220e19f8e197","","","","" -"testing.yml","file","github/workflows/testing.yml","830","","","93c53fc77c983b4686c8971aa25b6b18","","","","" +"testing.yml","file","github/workflows/testing.yml","857","","","19421bdffa97bff7f391e4927a88fe45","","","","" "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 c2d31ea..69d993c 100644 --- a/tests-ng/assets/github.catalog.json +++ b/tests-ng/assets/github.catalog.json @@ -27,31 +27,31 @@ "type": "file" }, { - "maccess": 1704320754.2561862, - "md5": "93c53fc77c983b4686c8971aa25b6b18", + "maccess": 1704403201.272202, + "md5": "19421bdffa97bff7f391e4927a88fe45", "name": "testing.yml", - "size": 830, + "size": 857, "type": "file" } ], "maccess": 1704320727.2641916, "name": "workflows", - "size": 1521, + "size": 1548, "type": "dir" } ], "free": 0, "name": "github", - "size": 1642, + "size": 1669, "total": 0, - "ts": 1704402832, + "ts": 1704403315, "type": "storage" }, { "attr": { - "access": 1704402832, + "access": 1704403315, "access_version": "0.9.6", - "created": 1704402832, + "created": 1704403315, "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 16ee224..4996f81 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:1642 | free:0.0% | du:0/0 | date:2023-03-09 16:20:59 - ├── workflows [nbfiles:2, totsize:1521] + nbfiles:3 | totsize:1669 | free:0.0% | du:0/0 | date:2023-03-09 16:20:59 + ├── workflows [nbfiles:2, totsize:1548] │ ├── pypi-release.yml [size:691, md5:57699a7a6a03e20e864f220e19f8e197] - │ └── testing.yml [size:830, md5:93c53fc77c983b4686c8971aa25b6b18] + │ └── testing.yml [size:857, md5:19421bdffa97bff7f391e4927a88fe45] ├── codecov.yml [size:104, md5:4203204f75b43cd4bf032402beb3359d] └── FUNDING.yml [size:17, md5:0c6407a84d412c514007313fb3bca4de]