Skip to content

Commit fdc3fbe

Browse files
Updates again preparing for a 4.3 release.
1 parent 47bfc2f commit fdc3fbe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: 🐧
7979
runs-on: ubuntu-latest
8080
- name: 🍎
81-
runs-on: macos-12
81+
runs-on: macos-latest
8282
- name: 🪟
8383
runs-on: windows-latest
8484
python:

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2006 Scott Griffiths ([email protected])
3+
Copyright (c) 2006-2025 Scott Griffiths ([email protected])
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ Array('uint7', [45, 100, 15, 1])
106106
```
107107

108108

109-
<sub>Copyright (c) 2006 - 2024 Scott Griffiths</sub>
109+
<sub>Copyright (c) 2006 - 2025 Scott Griffiths</sub>

Diff for: release_notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Release Notes
33

4-
### November 2024: version 4.3.0
4+
### January 2025: version 4.3.0
55

66
* Upgraded bitarray dependency to >= 3.0.0.
77
* Explicit support for Python 3.13.

0 commit comments

Comments
 (0)