Skip to content

Commit

Permalink
- rolled back Python 3.13 support because proc-macro2, one of the
Browse files Browse the repository at this point in the history
  tiktoken dependencies, doesn't yet support it;
  • Loading branch information
jaltmayerpizzorno committed May 1, 2024
1 parent 420ccfc commit ac9b20f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-13 ]
python: [ '3.10', '3.11', '3.12', '3.13' ]
python: [ '3.10', '3.11', '3.12' ]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: Apache Software License",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X"
Expand Down

0 comments on commit ac9b20f

Please sign in to comment.