Skip to content

Commit 645090a

Browse files
authored
Merge branch 'main' into v0_15_0
2 parents ef0e950 + 2e6c9b2 commit 645090a

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.9", "3.10", "3.11", "3.12"]
21+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2222

2323
steps:
2424
- uses: actions/checkout@v4
@@ -55,13 +55,12 @@ jobs:
5555
export PYTHONPATH=$PWD/src
5656
pipenv run main all \
5757
-t="${{ github.token }}" \
58+
--ref "refs/heads/main" \
5859
-r="GeekMasher/ghastoolkit"
5960
6061
examples:
6162
runs-on: ubuntu-latest
6263
needs: build
63-
strategy:
64-
fail-fast: false
6564

6665
steps:
6766
- uses: actions/checkout@v4
@@ -74,6 +73,7 @@ jobs:
7473
- name: Run Examples
7574
env:
7675
GITHUB_TOKEN: "${{ secrets.GHASTOOLKIT_PAT }}"
76+
GHASTOOLKIT_ORG_PAT: "${{ secrets.GHASTOOLKIT_ORG_PAT }}"
7777
run: |
7878
set -e
7979
export PYTHONPATH=$PWD/src
@@ -86,8 +86,6 @@ jobs:
8686
cli:
8787
runs-on: ubuntu-latest
8888
needs: build
89-
strategy:
90-
fail-fast: false
9189

9290
steps:
9391
- uses: actions/checkout@v4

examples/codescanning-org.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818

1919
dependencies = [
2020
"certifi==2024.8.30",
21-
"charset-normalizer==3.3.2",
21+
"charset-normalizer==3.4.0",
2222
"idna==3.10",
2323
"PyYAML==6.0.2",
2424
"ratelimit==2.2.1",

0 commit comments

Comments
 (0)