Skip to content

Commit 2db7b8f

Browse files
committed
Prep for a new release
1 parent 10c3acb commit 2db7b8f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/ci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
- name: Set up Python 3.12
20+
- name: Set up Python 3.13
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: "3.12"
23+
python-version: "3.13"
2424
- name: Install linter dependencies
2525
run: |
2626
python -m pip install --upgrade pip

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: "3.12"
18+
python-version: "3.13"
1919
- name: Install build dependencies
2020
run: |
2121
python -m pip install --upgrade pip

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "flitter-pygments"
7-
version = "1.0.0b25"
7+
version = "1.0.0b28"
88
description = "A Pygments plugin providing a lexer for the Flitter visuals functional programming language"
99
authors = [
1010
{name = "Jonathan Hogg", email = "[email protected]"},
@@ -23,6 +23,8 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.14",
2628
"Environment :: Console",
2729
"Environment :: GPU",
2830
"Environment :: MacOS X",

0 commit comments

Comments
 (0)