From ac71469beed61e58cd4ffeb4d3640de0ccd6d8f7 Mon Sep 17 00:00:00 2001 From: wirthual Date: Sun, 19 Nov 2023 10:24:55 -0800 Subject: [PATCH] Update README.md Added supported python versions. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 385795f..4e725dd 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ A python package that gives you easy access to the most valuable datasets of Ger pip install deutschland ``` +### Supported Python Versions +``` +3.8 - 3.11 +``` +Tested on Linux, MacOS and Windows + +[![Run Python 🐍 tests](https://github.com/bundesAPI/deutschland/actions/workflows/runtests.yml/badge.svg?branch=main)](https://github.com/bundesAPI/deutschland/actions/workflows/runtests.yml) + + ### Development For development poetry version `>=1.2.0` is required.