Skip to content

Commit ce96887

Browse files
committed
Update python-version list
1 parent 935da7c commit ce96887

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,16 @@ jobs:
4949
rust: [stable]
5050
python-version:
5151
[
52-
"3.9",
53-
"3.10",
52+
"3.9-dev",
53+
"3.10-dev",
5454
"3.11-dev",
55+
"3.12-dev",
5556
"pypy-3.9",
5657
]
5758
platform:
5859
[
5960
{
60-
os: "macOS-latest",
61+
os: "macos-latest",
6162
python-architecture: "x64",
6263
rust-target: "x86_64-apple-darwin",
6364
},
@@ -108,11 +109,6 @@ jobs:
108109
steps:
109110
- uses: actions/checkout@v4
110111

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

0 commit comments

Comments
 (0)