Skip to content

Commit d643822

Browse files
Test with Python 3.13 and add PyPI trove classifiers
1 parent def207e commit d643822

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
12+
python-version:
13+
- "3.8"
14+
- "3.9"
15+
- "3.10"
16+
- "3.11"
17+
- "3.12"
18+
- "3.13"
1319
aiobotocore-version: [">=2.5.4,<2.6.0", ">=2.7.0,<2.8.0", ">=2.8.0,<2.9.0", "<3.0.0"]
1420

1521
env:
@@ -27,7 +33,7 @@ jobs:
2733
uses: conda-incubator/setup-miniconda@v3
2834
with:
2935
environment-file: ci/env.yaml
30-
python-version: ${{ matrix.PY }}
36+
python-version: ${{ matrix.python-version }}
3137

3238
- name: Install
3339
shell: bash -l {0}

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"Programming Language :: Python :: 3.9",
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2729
],
2830
description="Convenient Filesystem interface over S3",
2931
url="http://github.com/fsspec/s3fs/",

0 commit comments

Comments
 (0)