Skip to content

Commit

Permalink
updates to gh action and the project toml
Browse files Browse the repository at this point in the history
  • Loading branch information
stuchalk committed Jan 2, 2025
1 parent 84b18a1 commit f8b2789
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: GitHub Actions

env:
PYTHON_MAIN_VERSION: 3.10
PYTHON_MAIN_VERSION: 3.12
POETRY_VERSION: 1.2.2

on:
Expand All @@ -18,12 +18,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.10","3.11","3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
]

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.12"
#pytest-cov = "^2.11.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit f8b2789

Please sign in to comment.