File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " flitter-pygments"
7- version = " 1.0.0b25 "
7+ version = " 1.0.0b28 "
88description = " A Pygments plugin providing a lexer for the Flitter visuals functional programming language"
99authors = [
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" ,
You can’t perform that action at this time.
0 commit comments