From b1c5c2cebb3f6f799281d7ee1acc601ef5a866cc Mon Sep 17 00:00:00 2001 From: Leon Lan Date: Thu, 20 Jun 2024 20:35:37 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a7a3502..79f54e27 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # VRPLIB [![PyPI version](https://badge.fury.io/py/vrplib.svg)](https://badge.fury.io/py/vrplib) -[![vrplib](https://github.com/leonlan/vrplib/actions/workflows/vrplib.yaml/badge.svg)](https://github.com/leonlan/vrplib/actions/workflows/vrplib.yaml) +[![vrplib](https://github.com/leonlan/vrplib/actions/workflows/vrplib.yml/badge.svg)](https://github.com/leonlan/vrplib/actions/workflows/vrplib.yaml) [![codecov](https://codecov.io/gh/leonlan/VRPLIB/branch/master/graph/badge.svg?token=X0X66LBNZ7)](https://codecov.io/gh/leonlan/VRPLIB) `vrplib` is a Python package for working with Vehicle Routing Problem (VRP) instances. The main features are: @@ -13,7 +13,7 @@ - [Documentation](#documentation) ## Installation -`vrplib` works with Python 3.8+ and only depends on `numpy`. It may be installed in the usual way as +`vrplib` works with Python 3.9+ and only depends on `numpy`. It may be installed in the usual way as ```shell pip install vrplib