Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into hatchling-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
andped10 committed Dec 20, 2023
2 parents d6d19d1 + be2c283 commit 9c79022
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
if: "!contains(github.event.head_commit.message, '[ci skip]')"

steps:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Topic :: Scientific/Engineering",
"Development Status :: 3 - Alpha"
]
requires-python = ">=3.8,<3.11"
requires-python = ">=3.8,<3.12"
dependencies = [
"easyScienceCore @ git+https://github.com/easyscience/easycore.git@failed_unit_check",
"refnx>=0.1.15",
Expand Down Expand Up @@ -74,7 +74,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11.0-alpha.1: py311
3.11: py311
[gh-actions:env]
PLATFORM =
ubuntu-latest: linux
Expand Down

0 comments on commit 9c79022

Please sign in to comment.