Skip to content

Commit

Permalink
some upgrades missed
Browse files Browse the repository at this point in the history
  • Loading branch information
newhouse committed Dec 27, 2024
1 parent 9cb75b8 commit 410d9b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
3.8.13
3.9.12
3.10.4
3.11.11
3.12.8
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: xenial

language: python
python:
- 3.6
- 3.8

cache:
pip: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ General API documentation: [Anvil API docs](https://www.useanvil.com/docs)

## Requirements

* Python 3.7.2+
* Python >=3.8

## Installation

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
]

Expand Down Expand Up @@ -98,7 +100,7 @@ anvil = "python_anvil.cli:cli"

[tool.black]

target-version = ["py37", "py38", "py39", "py310"]
target-version = ["py38", "py39", "py310", "py311", "py312"]
skip-string-normalization = true

[build-system]
Expand Down

0 comments on commit 410d9b8

Please sign in to comment.