Skip to content

Commit

Permalink
pyproject / github actions: increased python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
juk0de committed Dec 3, 2024
1 parent 874c17f commit 98f127d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
36 changes: 2 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
mtf2json = 'mtf2json.cli:main'

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
pandas = "^2.2.3"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 98f127d

Please sign in to comment.