8000 Use 3.12 final release in CI. · pygments/pygments@a7d537b · GitHub
[go: up one dir, main page]

Skip to content

Commit a7d537b

Browse files
committed
Use 3.12 final release in CI.
1 parent 89ea036 commit a7d537b
Copy full SHA for a7d537b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [windows-latest, ubuntu-latest]
9AB3
18-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
18+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1919

2020
steps:
2121
- name: Checkout repository

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ classifiers = [
3333
"Programming Language :: Python :: 3.9",
3434
"Programming Language :: Python :: 3.10",
3535
"Programming Language :: Python :: 3.11",
36+
"Programming Language :: Python :: 3.12",
3637
"Programming Language :: Python :: Implementation :: CPython",
3738
"Programming Language :: Python :: Implementation :: PyPy",
3839
"Topic :: Text Processing :: Filters",

0 commit comments

Comments
 (0)
0