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 05e39ad commit 677867dCopy full SHA for 677867d
.github/workflows/cibuildwheel.yml
@@ -39,8 +39,8 @@ jobs:
39
git submodule update --init biopython
40
cd biopython
41
# Use commit hash if tag is still pending:
42
- # This is some commits after Biopython 1.84 but before 1.85, to test a CPython 3.13 fix:
43
- git checkout 22ebf951e736bd44f04e3552a4a39723ccb3c219
+ # This should become biopython-185:
+ git checkout 668de08f73fca7f8336049dfd78716d7dd095f21
44
cd ..
45
46
- name: Build wheels
0 commit comments