We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935da7c commit ce96887Copy full SHA for ce96887
.github/workflows/ci.yml
@@ -49,15 +49,16 @@ jobs:
49
rust: [stable]
50
python-version:
51
[
52
- "3.9",
53
- "3.10",
+ "3.9-dev",
+ "3.10-dev",
54
"3.11-dev",
55
+ "3.12-dev",
56
"pypy-3.9",
57
]
58
platform:
59
60
{
- os: "macOS-latest",
61
+ os: "macos-latest",
62
python-architecture: "x64",
63
rust-target: "x86_64-apple-darwin",
64
},
@@ -108,11 +109,6 @@ jobs:
108
109
steps:
110
- uses: actions/checkout@v4
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
-
116
- name: Set up Python ${{ matrix.python-version }}
117
uses: actions/setup-python@v5
118
with:
0 commit comments