feat: release v0.1.7 🚀

- migrated to python 3.11 & poetry 1.2+
- updated project dependencies & readme
- DockerfileDev is now containerfile
- improve contribution docs
- it includes development with podman
This commit is contained in:
Jovial Joe Jayarson
2022-11-22 16:01:02 +05:30
parent c2075190e1
commit f106d3b9cc
7 changed files with 205 additions and 204 deletions

4
.github/testing.yml vendored
View File

@@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: |
curl -sSL https://install.python-poetry.org | python -