Skip to content

Commit 410d9b8

Browse files
committed
some upgrades missed
1 parent 9cb75b8 commit 410d9b8

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.python-version

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
3.8.13
22
3.9.12
33
3.10.4
4+
3.11.11
5+
3.12.8

.travis.yml

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

33
language: python
44
python:
5-
- 3.6
5+
- 3.8
66

77
cache:
88
pip: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ General API documentation: [Anvil API docs](https://www.useanvil.com/docs)
2626

2727
## Requirements
2828

29-
* Python 3.7.2+
29+
* Python >=3.8
3030

3131
## Installation
3232

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ classifiers = [
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: 3.9",
2929
"Programming Language :: Python :: 3.10",
30+
"Programming Language :: Python :: 3.11",
31+
"Programming Language :: Python :: 3.12",
3032
"Topic :: Software Development :: Libraries :: Python Modules",
3133
]
3234

@@ -98,7 +100,7 @@ anvil = "python_anvil.cli:cli"
98100

99101
[tool.black]
100102

101-
target-version = ["py37", "py38", "py39", "py310"]
103+
target-version = ["py38", "py39", "py310", "py311", "py312"]
102104
skip-string-normalization = true
103105

104106
[build-system]

0 commit comments

Comments
 (0)