Skip to content

Commit 8951c26

Browse files
committed
Update minimum Python version to 3.11
1 parent 868812d commit 8951c26

File tree

3 files changed

+9
-245
lines changed

3 files changed

+9
-245
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![CI](https://github.com/Celeo/Preston/actions/workflows/ci.yml/badge.svg)](https://github.com/Celeo/Preston/actions/workflows/ci.yml)
44
[![codecov](https://codecov.io/gh/Celeo/preston/branch/master/graph/badge.svg?token=2R9RY3P229)](https://codecov.io/gh/Celeo/preston)
5-
[![Python version](https://img.shields.io/badge/Python-3.8+-blue)](https://www.python.org/)
5+
[![Python version](https://img.shields.io/badge/Python-3.11+-blue)](https://www.python.org/)
66
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
77
[![License](https://img.shields.io/badge/License-MIT-green)](LICENSE)
88

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "preston"
3-
version = "4.11.0"
3+
version = "4.12.0"
44
description = "EVE ESI API access tool"
55
authors = [
66
{ name = "Celeo", email = "mattboulanger@fastmail.com" }
@@ -19,7 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3",
2020
"Topic :: Software Development :: Libraries",
2121
]
22-
requires-python = "<4.0,>=3.8"
22+
requires-python = "<4.0,>=3.11"
2323
dependencies = [
2424
"cryptography>=44.0.3",
2525
"pyjwt>=2.9.0",

0 commit comments

Comments
 (0)