Skip to content

Commit

Permalink
Updated Python requirements to include 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
calleman21 committed Oct 15, 2024
1 parent 2f71e2d commit 6341862
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api'

[tool.poetry]
name = 'exodus_helper'
version = '1.1.1'
version = '1.1.2'
description = 'A package for manipulating ExodusII databases'
license = 'BSD-3-Clause'
authors = ['Coleman Alleman <[email protected]>']
Expand All @@ -19,7 +19,7 @@ classifiers = [
packages =[{include='exodus_helper'}]

[tool.poetry.dependencies]
python = '>=3.10,<3.12'
python = '>=3.10,<3.13'
netCDF4 = '^1'
numpy = '^1'
packaging = '^24'
Expand Down

0 comments on commit 6341862

Please sign in to comment.