Skip to content

Commit

Permalink
Drop python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-wolflein committed Oct 30, 2023
1 parent 3808f96 commit c77c6ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
python-version: "3.10"
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
yacs = "^0.1.8"
wrapt = "^1.12.1"
pyyaml = "^6.0.1"
Expand Down

0 comments on commit c77c6ea

Please sign in to comment.