Skip to content

Commit 8c38789

Browse files
committed
support 3.13
1 parent e757e13 commit 8c38789

File tree

6 files changed

+1975
-1659
lines changed

6 files changed

+1975
-1659
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
FMP_API_KEY: ${{ secrets.FMP_API_KEY }}
1717
strategy:
1818
matrix:
19-
python-version: ["3.11", "3.12"]
19+
python-version: ["3.11", "3.12", "3.13"]
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install poetry
@@ -51,11 +51,3 @@ jobs:
5151
- name: publish
5252
if: ${{ matrix.python-version == '3.12' && github.event.head_commit.message == 'release' }}
5353
run: make publish
54-
- name: create github release
55-
if: ${{ matrix.python-version == '3.13' && github.event.head_commit.message == 'release' }}
56-
uses: ncipollo/release-action@v1
57-
with:
58-
artifacts: "dist/*"
59-
token: ${{ secrets.GITHUB_TOKEN }}
60-
draft: false
61-
prerelease: steps.check-version.outputs.prerelease == 'true'

0 commit comments

Comments
 (0)