Skip to content

Commit

Permalink
Python 3.11 compatibility (#46)
Browse files Browse the repository at this point in the history
* unpin opm and pandas packages

* Run tests on python3.11
  • Loading branch information
equinor-ruaj authored Apr 9, 2024
1 parent 2d21f34 commit d319ba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest]
permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ dependencies = [
"sumo-wrapper-python>=1.0.3",
"fmu-sumo-uploader @ git+https://github.com/equinor/fmu-sumo-uploader.git@main",
"fmu-dataio",
"opm<=2022.4,>=2020.10.2",
"opm>=2020.10.2",
"res2df",
"pandas<2.0",
"pandas",
"arrow",
]

Expand Down

0 comments on commit d319ba6

Please sign in to comment.