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
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ The following Infoblox APIs are supported:

## Installation

Minimum supported Python version: **3.10**.

To install the Universal DDI Python Client, use the following command:

```bash
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.10"

urllib3 = ">= 2.2.2"
python-dateutil = ">=2.8.2"
pydantic = ">=2"
typing-extensions = ">=4.7.1"

[tool.poetry.dev-dependencies]
pytest = ">=7.2.1"
pytest = ">=8.1.0"
tox = ">=3.9.0"
flake8 = ">=4.0.0"
types-python-dateutil = ">=2.8.19.14"
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# http://pypi.python.org/pypi/setuptools
NAME = "universal-ddi-python-client"
VERSION = "0.1.1"
PYTHON_REQUIRES = ">=3.7"
PYTHON_REQUIRES = ">=3.10"
Comment thread
unasra marked this conversation as resolved.
REQUIRES = [
"urllib3 >= 2.2.2",
"python-dateutil",
Expand All @@ -32,6 +32,7 @@
author="Infoblox",
url="https://github.com/infobloxopen/universal-ddi-python-client",
keywords = ["Infoblox", "Universal", "DDI", "OpenAPI-Generator"],
python_requires=PYTHON_REQUIRES,
install_requires=REQUIRES,
packages=find_packages('src', exclude=["test", "tests"]),
package_dir={'': 'src'},
Expand Down
2 changes: 1 addition & 1 deletion src/anycast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `anycast` package is automatically generated by the [OpenAPI Generator](http

## Requirements.

Python 3.7+
Python 3.10+

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion src/cloud_discovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `cloud_discovery` package is automatically generated by the [OpenAPI Generat

## Requirements.

Python 3.7+
Python 3.10+

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion src/dfp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `dfp` package is automatically generated by the [OpenAPI Generator](https://

## Requirements.

Python 3.7+
Python 3.10+

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion src/dns_config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `dns_config` package is automatically generated by the [OpenAPI Generator](h

## Requirements.

Python 3.7+
Python 3.10+

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion src/dns_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `dns_data` package is automatically generated by the [OpenAPI Generator](htt

## Requirements.

Python 3.7+
Python 3.10+

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion src/dtc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `dtc` package is automatically generated by the [OpenAPI Generator](https://

## Requirements.

Python 3.7+
Python 3.10+

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion src/fw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `fw` package is automatically generated by the [OpenAPI Generator](https://o

## Requirements.

Python 3.7+
Python 3.10+

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion src/infra_mgmt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The `infra_mgmt` package is automatically generated by the [OpenAPI Generator](h

## Requirements.

Python 3.7+
Python 3.10+

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion src/infra_provision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `infra_provision` package is automatically generated by the [OpenAPI Generat

## Requirements.

Python 3.7+
Python 3.10+

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion src/ipam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `ipam` package is automatically generated by the [OpenAPI Generator](https:/

## Requirements.

Python 3.7+
Python 3.10+

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion src/ipam_federation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `ipam_federation` package is automatically generated by the [OpenAPI Generat

## Requirements.

Python 3.7+
Python 3.10+

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion src/keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `keys` package is automatically generated by the [OpenAPI Generator](https:/

## Requirements.

Python 3.7+
Python 3.10+

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion src/redirect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `redirect` package is automatically generated by the [OpenAPI Generator](htt

## Requirements.

Python 3.7+
Python 3.10+

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion src/upgrade_policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `upgrade_policy` package is automatically generated by the [OpenAPI Generato

## Requirements.

Python 3.7+
Python 3.10+

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest~=7.1.3
pytest>=8.1.0
Comment thread
unasra marked this conversation as resolved.
pytest-cov>=2.8.1
pytest-randomly>=3.12.0
mypy>=1.4.1
Expand Down
Loading