Skip to content

Commit

Permalink
Add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 23, 2023
1 parent 1f33447 commit 6a79454
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.11"]
python-version: ["3.8", "3.12"]
influxdb-version: [ "2.6", "2.7" ]
fail-fast: false

Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ influxio changelog

in progress
===========
- Add support for Python 3.12

2023-11-12 v0.1.1
=================
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ authors = [
{ name = "Andreas Motl", email = "andreas.motl@panodata.org" },
{ name = "Richard Pobering", email = "richard.pobering@panodata.org" },
]
requires-python = ">=3.8,<3.12"
requires-python = ">=3.8,<3.13"
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
Expand All @@ -57,6 +57,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Communications",
"Topic :: Database",
"Topic :: Documentation",
Expand Down

0 comments on commit 6a79454

Please sign in to comment.