Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v2
Expand All @@ -38,4 +38,4 @@ jobs:

- name: Test doc build with tox
run: tox -e docs
if: ${{ (matrix.python-version == '3.11') && (matrix.os == 'ubuntu-latest')}}
if: ${{ (matrix.python-version == '3.12') && (matrix.os == 'ubuntu-latest')}}
4 changes: 2 additions & 2 deletions .github/workflows/deploy_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Head over to `Python.org`_ for instructions.

Python version support
----------------------
Officially Python 3.10, 3.11, and 3.12. We aim to support the three most
Officially Python 3.11, 3.12, and 3.13. We aim to support the three most
recent major versions.

OS support
Expand Down
4 changes: 2 additions & 2 deletions docs/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Support
=======
For bug/issue reports, please submit as issue on `GitHub`_. For questions and feedback contact
us at feedback@4insight.io
us at support@4subsea.com

.. _GitHub: https://github.com/4subsea/fourinsight-api-python

Expand All @@ -15,4 +15,4 @@ us at feedback@4insight.io
``fourinsight.api``. The issue may already be fixed.

If the issue persist, please provide us with as much information as possible
so that we can recreate the issue and start working on that fix.
so that we can recreate the issue and start working on that fix.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ project_urls =
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13

[options]
zip_safe = False
packages = find_namespace:
python_requires = >=3.10
python_requires = >=3.11
install_requires =
oauthlib
requests-oauthlib
Expand All @@ -31,4 +31,4 @@ install_requires =
include = fourinsight.api

[options.package_data]
fourinsight.api = _constants.json
fourinsight.api = _constants.json
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ deps =
pytest-cov

[testenv:docs]
basepython = python3.11
basepython = python3.12
changedir = docs
deps =
sphinx==5.3.0
pydata_sphinx_theme==0.11.0
myst_parser
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html