File tree Expand file tree Collapse file tree 3 files changed +9
-245
lines changed
Expand file tree Collapse file tree 3 files changed +9
-245
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " preston"
3- version = " 4.11 .0"
3+ version = " 4.12 .0"
44description = " EVE ESI API access tool"
55authors = [
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 "
2323dependencies = [
2424 " cryptography>=44.0.3" ,
2525 " pyjwt>=2.9.0" ,
You can’t perform that action at this time.
0 commit comments