File tree Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,13 @@ jobs:
19
19
strategy :
20
20
matrix :
21
21
os :
22
+ - android-arm
23
+ - android-intel
22
24
- ios
23
25
- linux-arm
24
26
- linux-intel
25
27
- macos-arm
26
28
- macos-intel
27
- - pyodide
28
29
- windows-arm
29
30
- windows-intel
30
31
include :
50
51
# macos-14+ (including latest) are ARM64 runners
51
52
runs-on : macos-latest
52
53
archs : auto,universal2
53
- - os : pyodide
54
- runs-on : ubuntu-latest
55
- platform : pyodide
56
54
- os : windows-arm
57
55
runs-on : windows-11-arm
58
56
- os : windows-intel
87
85
88
86
- uses : actions/upload-artifact@v4
89
87
with :
90
- name : cibw-wheels -${{ matrix.os }}-${{ strategy.job-index }}
88
+ name : maxminddb-whl -${{ matrix.os }}-${{ strategy.job-index }}
91
89
path : ./wheelhouse/*.whl
92
90
93
91
build_sdist :
Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
+ 2.8.2 (2025-07-25)
7
+ ++++++++++++++++++
8
+
9
+ * Pyodide binary wheels will no longer be built by default. It is not possible to
10
+ upload these to PyPI currently. We may consider reenabling them and putting them
11
+ on the GitHub Releases page in the future if there is interest.
12
+
13
+ 2.8.1 (2025-07-25)
14
+ ++++++++++++++++++
15
+
16
+ * When upgrading to ``cibuildwheel `` 3.0.0, we inadvertently changed the artifact
17
+ names, causing the wheels to not be uploaded to PyPI. This release fixes that.
18
+ There are no other code changes. Report by David Hotham. GitHub #225.
19
+
6
20
2.8.0 (2025-07-25)
7
21
++++++++++++++++++
8
22
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def open_database(
88
88
89
89
90
90
__title__ = "maxminddb"
91
- __version__ = "2.8.0 "
91
+ __version__ = "2.8.2 "
92
92
__author__ = "Gregory Oschwald"
93
93
__license__ = "Apache License, Version 2.0"
94
94
__copyright__ = "Copyright 2013-2025 MaxMind, Inc."
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " maxminddb"
3
- version = " 2.8.0 "
3
+ version = " 2.8.2 "
4
4
description = " Reader for the MaxMind DB format"
5
5
authors = [
6
6
{
name =
" Gregory Oschwald" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments