Commit Graph

14 Commits

Author SHA1 Message Date
Hynek Schlawack
1aad4747f9
Add support for free-threaded builds (#70)
* Build free-threaded wheels, disable limited API there

Co-authored-by: Min RK <151929+minrk@users.noreply.github.com>

* Try installing libffi-dev on Linux

It's faling due to lack of includes. Presumably because the lack of cffi
wheels.

* Revert "Try installing libffi-dev on Linux"

Does not work.

* Merge

* Actually build FT

* support the free-threaded build of Python 3.14 (#93)

* support the free-threaded build of Python 3.14

* attempt to get 3.14t CI to run

* Add trove classifier

* Add changelog

* Add 3.14 trove classifier, too

---------

Co-authored-by: Hynek Schlawack <hs@ox.cx>

---------

Co-authored-by: Min RK <151929+minrk@users.noreply.github.com>
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
2025-07-30 08:53:31 +02:00
Hynek Schlawack
f1c4650e14
Add workaround for https://github.com/pypa/setuptools/pull/4647
Co-authored-by: Thomas A Caswell
<199813+tacaswell@users.noreply.github.com>
2024-10-12 07:44:57 +02:00
Hynek Schlawack
6d70769902
Simplify cmdclass logic 2023-06-02 12:04:16 +02:00
Hynek Schlawack
72081161a2
Add clean tox target 2023-06-02 11:49:02 +02:00
Hynek Schlawack
7d30ece56f
Minimize some more 2023-06-02 11:31:30 +02:00
Hynek Schlawack
2cea109d05
Minimize setup.py 2023-06-02 11:21:19 +02:00
Hynek Schlawack
fc64ae6c8f
Update readme 2023-05-31 16:17:46 +02:00
Hynek Schlawack
448b5834ac
Drop 3.6 & update CI (#32)
* Drop ko-fi

PayPal eats too much

* Update ci

* Better title

* fix

* Screw 3.6

* Use all-green

* Update readme

* Add cogCheck target
2023-05-31 16:08:00 +02:00
Hynek Schlawack
12ea074212
Add Python 3.12 2023-05-31 07:42:10 +02:00
Hynek Schlawack
09a6d25390
Python 3.11 (#9)
* Python 3.11

* Disable macOS dev env test for now
2022-06-29 11:44:30 +02:00
pre-commit-ci[bot]
c5b907b0b1
[pre-commit.ci] pre-commit autoupdate (#3)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 21.11b1 → 21.12b0](https://github.com/psf/black/compare/21.11b1...21.12b0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-12-06 18:27:11 +01:00
Hynek Schlawack
58543f4b56 Add link to Changelog 2021-12-01 12:31:56 +01:00
Hynek Schlawack
35716a1928 Leave compilation of Argon2 to CFFI 2021-11-29 08:51:42 +01:00
Hynek Schlawack
dd0b48a459 Initial 2021-11-28 11:17:48 +01:00