Skip to content

Commit

Permalink
env: update the required minimum Python version to 3.9 (#1064)
Browse files Browse the repository at this point in the history
* env: update the required minimum Python version to 3.9

* fix: update poetry.lock
  • Loading branch information
mingrammer authored Nov 21, 2024
1 parent 1c380b0 commit 1156590
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 108 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)
[![pypi version](https://badge.fury.io/py/diagrams.svg)](https://badge.fury.io/py/diagrams)
![python version](https://img.shields.io/badge/python-%3E%3D%203.6-blue?logo=python)
![python version](https://img.shields.io/badge/python-%3E%3D%203.9-blue?logo=python)
![Run tests](https://github.com/mingrammer/diagrams/workflows/Run%20tests/badge.svg?branch=master)
[![todos](https://badgen.net/https/api.tickgit.com/badgen/github.com/mingrammer/diagrams?label=todos)](https://www.tickgit.com/browse?repo=github.com/mingrammer/diagrams)
![contributors](https://img.shields.io/github/contributors/mingrammer/diagrams)
Expand Down Expand Up @@ -41,7 +41,7 @@ Diagrams lets you draw the cloud system architecture **in Python code**. It was

## Getting Started

It requires **Python 3.7** or higher, check your Python version first.
It requires **Python 3.9** or higher, check your Python version first.

It uses [Graphviz](https://www.graphviz.org/) to render the diagram, so you need to [install Graphviz](https://graphviz.gitlab.io/download/) to use **diagrams**. After installing graphviz (or already have it), install the **diagrams**.

Expand Down
Loading

0 comments on commit 1156590

Please sign in to comment.