add python 3.11

features-42
deadc0de6 4 months ago
parent c61ce59b35
commit 982f69d410

@ -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 }}

@ -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

@ -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","","","",""

@ -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",

@ -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]

Loading…
Cancel
Save