Skip to content

Commit

Permalink
- declare preliminary support for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jan 25, 2024
1 parent cd62bc8 commit eafc826
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -29,6 +29,7 @@ jobs:
- ["3.10", "py310"]
- ["3.11", "py311"]
- ["3.12", "py312"]
- ["3.13.0-alpha - 3.13.0", "py313"]
- ["pypy-3.10", "pypy3"]
- ["3.9", "docs"]
- ["3.9", "coverage"]
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Expand Up @@ -9,7 +9,7 @@ with-pypy = true
with-docs = true
with-sphinx-doctests = false
with-windows = true
with-future-python = false
with-future-python = true
with-macos = false

[coverage]
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -5,7 +5,7 @@
6.3 (unreleased)
================

- Nothing changed yet.
- Add support for Python 3.13a3.


6.2.1 (2023-12-22)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -153,6 +153,7 @@ def read(*names):
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -11,6 +11,7 @@ envlist =
py310
py311
py312
py313
pypy3
docs
coverage
Expand All @@ -20,6 +21,7 @@ envlist =
usedevelop = true
package = wheel
wheel_build_env = .pkg
pip_pre = py313: true
deps =
setenv =
py312: VIRTUALENV_PIP=23.1.2
Expand Down

0 comments on commit eafc826

Please sign in to comment.