Skip to content

Commit e64874f

Browse files
authored
ci: maintenance and adding 3.13 tests (#318)
* add 3.13 tests, update artifact up/download * update pyprojecttoml for 3.13
1 parent b7babe6 commit e64874f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
23+
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2424
os: ["ubuntu-latest"]
2525
pytest_opts: ["--workers 4 --tests-per-worker 1"]
2626
requirements: [""]
@@ -149,7 +149,7 @@ jobs:
149149
run: |
150150
make docs-build
151151
- name: Save docs artifact
152-
uses: actions/upload-artifact@v3
152+
uses: actions/upload-artifact@v4
153153
with:
154154
name: docs-html
155155
path: docs/_site
@@ -161,7 +161,7 @@ jobs:
161161
if: "${{github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork }}"
162162

163163
steps:
164-
- uses: actions/download-artifact@v3
164+
- uses: actions/download-artifact@v4
165165
with:
166166
name: docs-html
167167
path: docs/_site
@@ -220,7 +220,7 @@ jobs:
220220
needs: ["build-docs", "tests", "test-rsconnect"]
221221
if: github.ref == 'refs/heads/main'
222222
steps:
223-
- uses: actions/download-artifact@v3
223+
- uses: actions/download-artifact@v4
224224
with:
225225
name: docs-html
226226
path: docs/_site

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.10",
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
18+
"Programming Language :: Python :: 3.13",
1819
"License :: OSI Approved :: MIT License",
1920
]
2021
requires-python = ">=3.8"

0 commit comments

Comments
 (0)