Skip to content

Commit

Permalink
Remove the dev prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
davfsa committed Oct 29, 2023
1 parent af0be2e commit 3319e74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, "3.10", 3.11, 3.12-dev]
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gateway APIs.
Built on good intentions and the hope that it will be extendable and reusable, rather than an obstacle for future
development.

Python 3.8, 3.9, 3.10, 3.11 and 3.12-dev are currently supported.
Python 3.8, 3.9, 3.10, 3.11 and 3.12 are currently supported.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion changes/1357.feature.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Provisionally support 3.12-dev.
Add Python 3.12 support.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def parse_requirements_file(path):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
# "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Communications :: Chat",
"Topic :: Internet :: WWW/HTTP",
Expand Down

0 comments on commit 3319e74

Please sign in to comment.