Skip to content

Commit b4770ff

Browse files
authored
Merge pull request #36 from mysto/bschoening-patch-1
Remove Python 3.8, add 3.13
2 parents f8ee427 + d80ea59 commit b4770ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
11+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1212

1313
steps:
1414
- uses: actions/checkout@v3

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ classifiers =
1818
Operating System :: OS Independent
1919
Programming Language :: Python
2020
Programming Language :: Python :: 3
21-
Programming Language :: Python :: 3.8
2221
Programming Language :: Python :: 3.9
2322
Programming Language :: Python :: 3.10
2423
Programming Language :: Python :: 3.11
2524
Programming Language :: Python :: 3.12
25+
Programming Language :: Python :: 3.13
2626

2727
[options]
2828
packages = ff3

0 commit comments

Comments
 (0)