Skip to content

Commit

Permalink
Support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Dec 4, 2023
1 parent 2f5085e commit da69e7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/fmu-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,19 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
pandas-version: ["0.21.0", "1.*"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
# 1.1.3 for Python 3.8 in RMS up to 14.2
# 1.5.3 for Komodo
pandas-version: ["1.1.3", "1.5.3", "2.*"]
exclude:
- python-version: "3.12"
pandas-version: ["1.1.3", "1.5.3"]
- python-version: "3.11"
pandas-version: "0.21.0"
pandas-version: ["1.1.3", "1.5.3"]
- python-version: "3.10"
pandas-version: "0.21.0"
pandas-version: ["1.1.3", "1.5.3"]
- python-version: "3.9"
pandas-version: "0.21.0"
- python-version: "3.8"
pandas-version: "0.21.0"
pandas-version: ["1.1.3", "1.5.3"]

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Natural Language :: English",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
]
Expand Down

0 comments on commit da69e7b

Please sign in to comment.