Skip to content

Commit

Permalink
Update python-version list
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Oct 19, 2024
1 parent 935da7c commit ce96887
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,16 @@ jobs:
rust: [stable]
python-version:
[
"3.9",
"3.10",
"3.9-dev",
"3.10-dev",
"3.11-dev",
"3.12-dev",
"pypy-3.9",
]
platform:
[
{
os: "macOS-latest",
os: "macos-latest",
python-architecture: "x64",
rust-target: "x86_64-apple-darwin",
},
Expand Down Expand Up @@ -108,11 +109,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set DYLD_LIBRARY_PATH (macOS)
if: runner.os == 'macOS'
run: |
echo "DYLD_LIBRARY_PATH=/usr/local/opt/gettext/lib:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit ce96887

Please sign in to comment.